Searched refs:c_at_head (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dbconfig.c69 AttributeType *c_at_head, *c_at_tail; member in struct:ConfigFile
1264 else if ( cf->c_at_head )
1265 at_unparse( &c->rvalue_vals, cf->c_at_head,
1719 for( at = cfn->c_at_head; at; at_next( &at )) {
1724 cfn->c_at_head = cfn->c_at_tail = NULL;
1728 for ( i=0, at=cfn->c_at_head; i<c->valx; i++) {
1736 if ( cfn->c_at_head == at ) {
1738 cfn->c_at_head = at;
2108 for (i=0, at = cfn->c_at_head; i<c->valx; i++) {
2115 if (cfn->c_at_head) {
[all...]

Completed in 133 milliseconds