Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/openldap/dist/libraries/libldap/
Dpagectrl.c158 ld->ld_errno = ldap_control_create( LDAP_CONTROL_PAGEDRESULTS, in ldap_create_page_control()
257 c = ldap_control_find( LDAP_CONTROL_PAGEDRESULTS, ctrls, NULL ); in ldap_parse_page_control()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/back-null/
Dnull.c231 ctrl[c].ldctl_oid = LDAP_CONTROL_PAGEDRESULTS; in null_back_respond()
410 LDAP_CONTROL_PAGEDRESULTS, in null_back_initialize()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/slapi/
Dslapi.h57 #define SLAPI_CONTROL_PAGED_RESULTS_OID LDAP_CONTROL_PAGEDRESULTS
/netbsd/src/external/bsd/openldap/dist/servers/slapd/
Dbackglue.c182 LDAP_CONTROL_PAGEDRESULTS )) { in glue_op_response()
190LDAP_CONTROL_PAGEDRESULTS )) in glue_op_response()
421 if (strcmp(op->o_ctrls[c]->ldctl_oid, LDAP_CONTROL_PAGEDRESULTS) == 0) in glue_op_search()
599 … if ( strcmp( gs.ctrls[c]->ldctl_oid, LDAP_CONTROL_PAGEDRESULTS ) == 0 ) { in glue_op_search()
679 … if (strcmp(op->o_ctrls[c]->ldctl_oid, LDAP_CONTROL_PAGEDRESULTS) == 0) in glue_op_search()
Dcontrols.c152 { LDAP_CONTROL_PAGEDRESULTS,
/netbsd/src/external/bsd/openldap/dist/servers/slapd/back-ndb/
Dinit.cpp357 LDAP_CONTROL_PAGEDRESULTS, in ndb_back_initialize()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/back-sql/
Dinit.c50 LDAP_CONTROL_PAGEDRESULTS, in sql_back_initialize()
Dsearch.c2780 ctrls[0]->ldctl_oid = LDAP_CONTROL_PAGEDRESULTS; in send_paged_response()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/back-meta/
Dsearch.c636 … pr_c = ldap_control_find( LDAP_CONTROL_PAGEDRESULTS, save_ctrls, NULL ); in meta_back_search_start()
689 op->o_ctrls[ dst ]->ldctl_oid = LDAP_CONTROL_PAGEDRESULTS; in meta_back_search_start()
1535 … pr_c = ldap_control_find( LDAP_CONTROL_PAGEDRESULTS, ctrls, NULL ); in meta_back_search()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/overlays/
Dsssvlv.c294 ctrl->ldctl_oid = LDAP_CONTROL_PAGEDRESULTS; in pack_pagedresult_response_control()
/netbsd/src/external/bsd/openldap/dist/include/
Dldap.h280 #define LDAP_CONTROL_PAGEDRESULTS "1.2.840.113556.1.4.319" /* RFC 2696 */ macro
/netbsd/src/external/bsd/openldap/dist/clients/tools/
Dldapsearch.c1301 c[i].ldctl_oid = LDAP_CONTROL_PAGEDRESULTS; in main()
Dcommon.c180 … { LDAP_CONTROL_PAGEDRESULTS, TOOL_SEARCH, print_paged_results },