Searched defs:controls (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | extensions.c | 57 int ldap_parse_page_control(LDAP *ld, LDAPControl **controls, unsigned int *totalcount, struct berval **cookie) argument 63 for (i = 0; controls[i] != NULL; i++){ 64 if (strcmp(controls[i]->ldctl_oid, "1.2.840.113556.1.4.319") == 0) { 65 listCtrlp = controls[i];
|
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | spagectrl.c | 51 int ldap_parse_page_control(LDAP *ld, LDAPControl **controls, unsigned int *totalcount, struct berval **cookie) argument 57 for (i = 0; controls[i] != NULL; i++){ 58 if (strcmp(controls[i]->ldctl_oid, "1.2.840.113556.1.4.319") == 0) { 59 listCtrlp = controls[i];
|
/osnet-11/usr/src/lib/libsldap/common/ |
H A D | ns_connect.c | 99 * the first server with the empty lists of server controls and 136 ret->controls = NULL; 463 ret->controls = cptr; 681 if (con->controls) { 682 __s_api_free2dArray(con->controls); 776 sinfo->controls = vec; 895 * (controls, saslMechanisms) are kept to NULL. 995 sinfo.controls); 999 sinfo.controls)) { 1124 con->controls 1283 process_pwd_mgmt(char *bind_type, int ldaprc, LDAPControl **controls, char *errmsg, ns_ldap_error_t **errorp, int fail_if_new_pwd_reqd, int passwd_mgmt) argument 2498 LDAPControl **controls; local 2621 LDAPControl **controls; local [all...] |
H A D | ns_standalone.c | 75 char **controls; member in struct:dir_server 1550 while (old_list->nsServers[i]->controls && 1551 old_list->nsServers[i]->controls[j]) { 1552 free(old_list->nsServers[i]->controls[j]); 1555 free(old_list->nsServers[i]->controls); 1666 server->controls = (char **)calloc(CHUNK_SIZE, sizeof (char *)); 1668 if (server->controls == NULL || server->saslMech == NULL) { 1671 if (server->controls != NULL) 1672 free(server->controls); 1718 ptr = (char **)realloc(server->controls, [all...] |
H A D | ns_internal.h | 590 char **controls; /* from server_info */ member in struct:connection 820 char **controls; member in struct:ns_server_info
|
Completed in 249 milliseconds