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

  /src/external/bsd/openldap/dist/servers/slapd/
bconfig.c 70 AttributeType *c_at_head, *c_at_tail; member in struct:ConfigFile
1315 else if ( cf->c_at_head )
1316 at_unparse( &c->rvalue_vals, cf->c_at_head,
1768 for( at = cfn->c_at_head; at; at_next( &at )) {
1773 cfn->c_at_head = cfn->c_at_tail = NULL;
1777 for ( i=0, at=cfn->c_at_head; i<c->valx; i++) {
1785 if ( cfn->c_at_head == at ) {
1787 cfn->c_at_head = at;
2157 for (i=0, at = cfn->c_at_head; i<c->valx; i++) {
2164 if (cfn->c_at_head) {
    [all...]

Completed in 27 milliseconds