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

  /src/external/bsd/openldap/dist/servers/slapd/
controls.c 248 find_ctrl( const char *oid );
290 sc = find_ctrl( controloid );
360 if ( controloid == NULL || (sc = find_ctrl( controloid )) == NULL ){
399 sc = find_ctrl( controloid );
556 find_ctrl( const char *oid ) function
574 struct slap_control *ctrl = find_ctrl( oid );
585 struct slap_control *ctrl = find_ctrl( oid );
688 sc = find_ctrl( control->ldctl_oid );
controls.c 248 find_ctrl( const char *oid );
290 sc = find_ctrl( controloid );
360 if ( controloid == NULL || (sc = find_ctrl( controloid )) == NULL ){
399 sc = find_ctrl( controloid );
556 find_ctrl( const char *oid ) function
574 struct slap_control *ctrl = find_ctrl( oid );
585 struct slap_control *ctrl = find_ctrl( oid );
688 sc = find_ctrl( control->ldctl_oid );

Completed in 71 milliseconds