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

  /src/external/bsd/openldap/dist/libraries/libldap/
ldifutil.c 85 ber_memfree_x( lr->lr_btype, lr->lr_ctx );
141 lr->lr_btype = ber_memcalloc_x( 1, (lr->lr_lines+1)*2*sizeof(struct berval)+lr->lr_lines, ctx );
142 if ( !lr->lr_btype )
145 lr->lr_vals = lr->lr_btype+lr->lr_lines+1;
159 BER_BVZERO( lr->lr_btype+i );
164 if ( ( rc = ldif_parse_line2( line, lr->lr_btype+i, lr->lr_vals+i, &freev ) ) < 0 ) {
173 if ( linenum+i == 1 && BV_CASEMATCH( lr->lr_btype+i, &BV_VERSION )) {
190 } else if ( BV_CASEMATCH( lr->lr_btype+i, &BV_DN )) {
222 if ( BV_CASEMATCH( lr->lr_btype+i, &BV_CONTROL )) {
237 errstr, lr->lr_btype[i-1].bv_val, linenum+i )
    [all...]
  /src/external/bsd/openldap/dist/include/
ldap.h 2821 struct berval *lr_btype; member in struct:ldifrecord

Completed in 19 milliseconds