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

  /src/external/bsd/openldap/dist/libraries/libldap/
ldifutil.c 80 if ( lr->lr_mops != NULL ) {
81 ber_memfree_x( lr->lr_mops, lr->lr_ctx );
445 lr->lr_mops = ber_memalloc_x( lr->lr_lines+1, ctx );
446 if ( lr->lr_mops == NULL ) {
451 lr->lr_mops[lr->lr_lines] = M_SEP;
453 lr->lr_mops[i-1] = M_SEP;
485 lr->lr_mops[i] = M_SEP;
494 lr->lr_mops[i] = modop | LDAP_MOD_BVALUES;
498 lr->lr_mops[i] = modop | LDAP_MOD_BVALUES;
502 lr->lr_mops[i] = M_SEP
    [all...]
  /src/external/bsd/openldap/dist/include/
ldap.h 2818 unsigned char *lr_mops; member in struct:ldifrecord

Completed in 34 milliseconds