Searched refs:ldctl_oid (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | control.c | 79 if ( ber_printf( ber, "{s", c->ldctl_oid ) == -1 ) { in nsldapi_put_controls() 207 if ( ber_scanf( ber, "{a", &newctrl->ldctl_oid ) in nsldapi_get_controls() 264 if ( ctrl->ldctl_oid != NULL ) { in ldap_control_free() 265 NSLDAPI_FREE( ctrl->ldctl_oid ); in ldap_control_free() 416 if (( ctrl_dst->ldctl_oid = nsldapi_strdup( ctrl_src->ldctl_oid )) in ldap_control_copy_contents() 429 NSLDAPI_FREE( ctrl_dst->ldctl_oid ); in ldap_control_copy_contents() 475 if (( (*ctrlp)->ldctl_oid = nsldapi_strdup( oid )) == NULL ) { in nsldapi_build_control()
|
H A D | spagectrl.c | 58 if (strcmp(controls[i]->ldctl_oid, "1.2.840.113556.1.4.319") == 0) { in ldap_parse_page_control()
|
H A D | psearch.c | 97 if ( strcmp( ctrls[i]->ldctl_oid, LDAP_CONTROL_ENTRYCHANGE ) == 0 ) { in ldap_parse_entrychange_control()
|
H A D | vlistctrl.c | 211 foundListControl = !strcmp( ctrls[i]->ldctl_oid, in ldap_parse_virtuallist_control()
|
H A D | sortctrl.c | 166 foundSortControl = !strcmp( ctrlp[i]->ldctl_oid, LDAP_CONTROL_SORTRESPONSE ); in ldap_parse_sort_control()
|
H A D | memcache.c | 897 len += strlen(NSLDAPI_STR_NONNULL(ctrls[i]->ldctl_oid)) + 920 sprintf(pCh, "%s\n", NSLDAPI_STR_NONNULL(ctrls[i]->ldctl_oid)); 921 pCh += strlen(NSLDAPI_STR_NONNULL(ctrls[i]->ldctl_oid)) + 1;
|
/titanic_50/usr/src/cmd/ldap/common/ |
H A D | ldaptest.c | 941 aCtrl.ldctl_oid = "2.16.840.1.113730.3.4.2"; in main() 949 aCtrl.ldctl_oid = "1.3.6.1.4.1.1466.20035"; in main() 959 aCtrl.ldctl_oid = "1.1.1.1.1.1"; in main() 1099 …fprintf(stderr, "\t\t%s (%s)\n", srvctrls[i]->ldctl_oid, srvctrls[i]->ldctl_iscritical ? "Critical… in print_ldap_result()
|
H A D | common.c | 685 ldctrl->ldctl_oid = ctrl_oid; 1190 auth_resp_ctrl.ldctl_oid = LDAP_CONTROL_AUTH_REQUEST; 1625 if ( 0 == strcmp( ctrls[i]->ldctl_oid, 1636 if ( 0 == strcmp( ctrls[i]->ldctl_oid, 1712 ( ctl->ldctl_oid = strdup( LDAP_CONTROL_MANAGEDSAIT )) == NULL ) {
|
H A D | ldapmodify.c | 575 ldctrl->ldctl_oid = ctrl_oid;
|
/titanic_50/usr/src/lib/libsldap/common/ |
H A D | ns_connect.c | 1241 if (strcmp((*ctrl)->ldctl_oid, in process_pwd_mgmt() 1287 } else if (strcmp((*ctrl)->ldctl_oid, in process_pwd_mgmt()
|
H A D | ns_reads.c | 5233 req->ldctl_oid = strdup(NS_LDAP_ACCOUNT_USABLE_CONTROL); in setup_acctmgmt_params() 5234 if (req->ldctl_oid == NULL) { in setup_acctmgmt_params() 5524 if (strcmp(ectrls[i]->ldctl_oid, NS_LDAP_ACCOUNT_USABLE_CONTROL) in parse_acct_cont_resp_msg()
|
/titanic_50/usr/src/head/ |
H A D | ldap.h | 164 char *ldctl_oid; member
|