HomeSort by: relevance | last modified time | path
    Searched defs:erec (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/
slapadd.c 66 typedef struct Erec {
70 } Erec;
101 getrec0(Erec *erec)
112 erec->lineno = erec->nextline+1;
114 ldifrc = ldif_read_record( ldiffp, &erec->nextline, &buf, &lmax );
122 if ( erec->lineno < jumpline )
141 progname, erec->lineno );
151 progname, erec->lineno, e->e_dn )
359 Erec erec; local
    [all...]
slapadd.c 66 typedef struct Erec {
70 } Erec;
101 getrec0(Erec *erec)
112 erec->lineno = erec->nextline+1;
114 ldifrc = ldif_read_record( ldiffp, &erec->nextline, &buf, &lmax );
122 if ( erec->lineno < jumpline )
141 progname, erec->lineno );
151 progname, erec->lineno, e->e_dn )
359 Erec erec; local
    [all...]
slapadd.c 66 typedef struct Erec {
70 } Erec;
101 getrec0(Erec *erec)
112 erec->lineno = erec->nextline+1;
114 ldifrc = ldif_read_record( ldiffp, &erec->nextline, &buf, &lmax );
122 if ( erec->lineno < jumpline )
141 progname, erec->lineno );
151 progname, erec->lineno, e->e_dn )
359 Erec erec; local
    [all...]

Completed in 128 milliseconds