Searched refs:ldctl_value (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | control.c | 92 if ( c->ldctl_value.bv_val != NULL ) { in nsldapi_put_controls() 93 if ( ber_printf( ber, "o", c->ldctl_value.bv_val, in nsldapi_put_controls() 94 (int)c->ldctl_value.bv_len /* XXX lossy cast */ ) in nsldapi_put_controls() 229 if ( ber_scanf( ber, "o", &newctrl->ldctl_value ) in nsldapi_get_controls() 235 (newctrl->ldctl_value).bv_val = NULL; in nsldapi_get_controls() 236 (newctrl->ldctl_value).bv_len = 0; in nsldapi_get_controls() 267 if ( ctrl->ldctl_value.bv_val != NULL ) { in ldap_control_free() 268 NSLDAPI_FREE( ctrl->ldctl_value.bv_val ); in ldap_control_free() 421 len = (size_t)(ctrl_src->ldctl_value).bv_len; in ldap_control_copy_contents() 422 if ( ctrl_src->ldctl_value.bv_val == NULL || len <= 0 ) { in ldap_control_copy_contents() [all …]
|
H A D | spagectrl.c | 60 if ((theBer = ber_init(&listCtrlp->ldctl_value)) == NULLBER){ in ldap_parse_page_control()
|
H A D | psearch.c | 122 if (( ber = ber_init( &(ctrls[i]->ldctl_value))) == NULL ) { in ldap_parse_entrychange_control()
|
H A D | vlistctrl.c | 223 if ( ( ber = ber_init( &listCtrlp->ldctl_value ) ) == NULL ) { in ldap_parse_virtuallist_control()
|
H A D | sortctrl.c | 177 if ( ( ber = ber_init( &sortCtrlp->ldctl_value ) ) == NULL ) { in ldap_parse_sort_control()
|
H A D | memcache.c | 898 (ctrls[i]->ldctl_value).bv_len + 4; 922 if ((ctrls[i]->ldctl_value).bv_len > 0) { 923 memcpy(pCh, (ctrls[i]->ldctl_value).bv_val, 924 (ctrls[i]->ldctl_value).bv_len); 925 pCh += (ctrls[i]->ldctl_value).bv_len;
|
/titanic_41/usr/src/cmd/ldap/common/ |
H A D | common.c | 676 vlen, &(ldctrl->ldctl_value), 1191 auth_resp_ctrl.ldctl_value.bv_val = NULL; 1192 auth_resp_ctrl.ldctl_value.bv_len = 0; 1627 s = ctrls[i]->ldctl_value.bv_val; 1641 pw_secs = atoi(ctrls[i]->ldctl_value.bv_val);
|
H A D | ldaptest.c | 943 aCtrl.ldctl_value = NULL; in main() 953 aCtrl.ldctl_value = &bv; in main() 961 aCtrl.ldctl_value = NULL; in main()
|
H A D | ldapmodify.c | 567 &(ldctrl->ldctl_value),
|
/titanic_41/usr/src/lib/libsldap/common/ |
H A D | ns_connect.c | 1292 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 D | ns_reads.c | 5238 req->ldctl_value.bv_len = 0; in setup_acctmgmt_params() 5239 req->ldctl_value.bv_val = NULL; in setup_acctmgmt_params() 5539 if ((ber = ber_init(&ectrls[i]->ldctl_value)) == NULL) in parse_acct_cont_resp_msg()
|
/titanic_41/usr/src/head/ |
H A D | ldap.h | 165 struct berval ldctl_value; member
|