Home
last modified time | relevance | path

Searched refs:tool_ctrl_response (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/clients/tools/
H A Dcommon.c177 } tool_ctrl_response[] = { variable
2725 for ( j = 0; tool_ctrl_response[j].oid != NULL; j++ ) { in tool_print_ctrls()
2726 if ( strcmp( tool_ctrl_response[j].oid, ctrls[i]->ldctl_oid ) == 0 ) { in tool_print_ctrls()
2727 if ( !(tool_ctrl_response[j].mask & tool_type )) { in tool_print_ctrls()
2735 if ( tool_ctrl_response[j].oid != NULL && tool_ctrl_response[j].func ) { in tool_print_ctrls()
2736 (void)tool_ctrl_response[j].func( ld, ctrls[i] ); in tool_print_ctrls()