Searched refs:reqoid (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
| H A D | extended.c | 36 LDAP_CONST char *reqoid, in ldap_build_extended_req() argument 54 LDAP_TAG_EXOP_REQ_OID, reqoid, in ldap_build_extended_req() 60 LDAP_TAG_EXOP_REQ_OID, reqoid ); in ldap_build_extended_req() 104 LDAP_CONST char *reqoid, in ldap_extended_operation() argument 117 assert( reqoid != NULL && *reqoid != '\0' ); in ldap_extended_operation() 126 ber = ldap_build_extended_req( ld, reqoid, reqdata, in ldap_extended_operation() 140 LDAP_CONST char *reqoid, in ldap_extended_operation_s() argument 155 assert( reqoid != NULL && *reqoid != '\0' ); in ldap_extended_operation_s() 157 rc = ldap_extended_operation( ld, reqoid, reqdata, in ldap_extended_operation_s()
|
| H A D | ldap-int.h | 644 const char *reqoid,
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/ |
| H A D | plugin.c | 482 struct berval *reqoid, in slapi_int_get_extop_plugin() argument 487 assert( reqoid != NULL ); in slapi_int_get_extop_plugin() 500 rc = strcasecmp( reqoid->bv_val, pTmpExtOp->ext_oid.bv_val ); in slapi_int_get_extop_plugin()
|
| H A D | proto-slapi.h | 74 LDAP_SLAPI_F (int) slapi_int_get_extop_plugin LDAP_P((struct berval *reqoid, SLAPI_FUNC *pFuncAddr…
|
| /netbsd-src/external/bsd/openldap/dist/include/ |
| H A D | ldap.h | 1123 LDAP_CONST char *reqoid, 1132 LDAP_CONST char *reqoid,
|