HomeSort by: relevance | last modified time | path
    Searched refs:lr_lines (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/libldap/
ldifutil.c 83 for (i=lr->lr_lines-1; i>=0; i--)
140 lr->lr_lines = ldif_countlines( rbuf->bv_val );
141 lr->lr_btype = ber_memcalloc_x( 1, (lr->lr_lines+1)*2*sizeof(struct berval)+lr->lr_lines, ctx );
145 lr->lr_vals = lr->lr_btype+lr->lr_lines+1;
146 lr->lr_freeval = (char *)(lr->lr_vals+lr->lr_lines+1);
205 lr->lr_lines = i+1;
207 if( lr->lr_lines == 0 ) {
212 if( version && lr->lr_lines == 1 ) {
233 if ( i>= lr->lr_lines ) {
    [all...]
  /src/external/bsd/openldap/dist/include/
ldap.h 2816 int lr_lines; member in struct:ldifrecord

Completed in 27 milliseconds