Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dcontrol.c90 if ( c->ldctl_value.bv_val != NULL ) { in nsldapi_put_controls()
91 if ( ber_printf( ber, "o", c->ldctl_value.bv_val, in nsldapi_put_controls()
92 (int)c->ldctl_value.bv_len /* XXX lossy cast */ ) in nsldapi_put_controls()
227 if ( ber_scanf( ber, "o", &newctrl->ldctl_value ) in nsldapi_get_controls()
233 (newctrl->ldctl_value).bv_val = NULL; in nsldapi_get_controls()
234 (newctrl->ldctl_value).bv_len = 0; in nsldapi_get_controls()
265 if ( ctrl->ldctl_value.bv_val != NULL ) { in ldap_control_free()
266 NSLDAPI_FREE( ctrl->ldctl_value.bv_val ); in ldap_control_free()
419 len = (size_t)(ctrl_src->ldctl_value).bv_len; in ldap_control_copy_contents()
420 if ( ctrl_src->ldctl_value.bv_val == NULL || len <= 0 ) { in ldap_control_copy_contents()
[all …]
H A Dspagectrl.c58 if ((theBer = ber_init(&listCtrlp->ldctl_value)) == NULLBER){ in ldap_parse_page_control()
H A Dpsearch.c120 if (( ber = ber_init( &(ctrls[i]->ldctl_value))) == NULL ) { in ldap_parse_entrychange_control()
H A Dvlistctrl.c221 if ( ( ber = ber_init( &listCtrlp->ldctl_value ) ) == NULL ) { in ldap_parse_virtuallist_control()
H A Dsortctrl.c175 if ( ( ber = ber_init( &sortCtrlp->ldctl_value ) ) == NULL ) { in ldap_parse_sort_control()
H A Dmemcache.c897 (ctrls[i]->ldctl_value).bv_len + 4;
921 if ((ctrls[i]->ldctl_value).bv_len > 0) {
922 memcpy(pCh, (ctrls[i]->ldctl_value).bv_val,
923 (ctrls[i]->ldctl_value).bv_len);
924 pCh += (ctrls[i]->ldctl_value).bv_len;
/illumos-gate/usr/src/cmd/ldap/common/
H A Dcommon.c677 vlen, &(ldctrl->ldctl_value),
1192 auth_resp_ctrl.ldctl_value.bv_val = NULL;
1193 auth_resp_ctrl.ldctl_value.bv_len = 0;
1628 s = ctrls[i]->ldctl_value.bv_val;
1642 pw_secs = atoi(ctrls[i]->ldctl_value.bv_val);
H A Dldaptest.c943 aCtrl.ldctl_value = NULL; in main()
953 aCtrl.ldctl_value = &bv; in main()
961 aCtrl.ldctl_value = NULL; in main()
H A Dldapmodify.c567 &(ldctrl->ldctl_value),
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connect.c1292 ldctl_value.bv_len > 0 && in process_pwd_mgmt()
1294 ldctl_value.bv_val) in process_pwd_mgmt()
1297 ldctl_value.bv_val); in process_pwd_mgmt()
H A Dns_reads.c5662 if ((ber = ber_init(&ectrls[i]->ldctl_value)) == NULL) in parse_acct_cont_resp_msg()
/illumos-gate/usr/src/head/
H A Dldap.h165 struct berval ldctl_value; member