[BACK]Return to ber.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ldap

Diff for /src/usr.bin/ldap/Attic/ber.c between version 1.13 and 1.14

version 1.13, 2018/07/13 08:30:10 version 1.14, 2018/07/13 08:50:38
Line 757 
Line 757 
 }  }
   
 /*  /*
  * write ber elements to the socket   * write ber elements to the write buffer
  *   *
  * params:   * params:
  *      ber     holds the socket   *      ber     holds the destination write buffer byte stream
  *      root    fully populated element tree   *      root    fully populated element tree
  *   *
  * returns:   * returns:
Line 796 
Line 796 
 }  }
   
 /*  /*
  * read ber elements from the socket   * read ber elements from the read buffer
  *   *
  * params:   * params:
  *      ber     holds the socket and lot more   *      ber     holds a fully populated read buffer byte stream
  *      root    if NULL, build up an element tree from what we receive on   *      root    if NULL, build up an element tree from what we receive on
  *              the wire. If not null, use the specified encoding for the   *              the wire. If not null, use the specified encoding for the
  *              elements received.   *              elements received.

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14