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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dcontrol.c92 if ( c->ldctl_value.bv_val != NULL ) {
93 if ( ber_printf( ber, "o", c->ldctl_value.bv_val,
94 (int)c->ldctl_value.bv_len /* XXX lossy cast */ )
229 if ( ber_scanf( ber, "o", &newctrl->ldctl_value )
235 (newctrl->ldctl_value).bv_val = NULL;
236 (newctrl->ldctl_value).bv_len = 0;
267 if ( ctrl->ldctl_value.bv_val != NULL ) {
268 NSLDAPI_FREE( ctrl->ldctl_value.bv_val );
421 len = (size_t)(ctrl_src->ldctl_value).bv_len;
422 if ( ctrl_src->ldctl_value
[all...]
H A Dspagectrl.c60 if ((theBer = ber_init(&listCtrlp->ldctl_value)) == NULLBER){
H A Dpsearch.c122 if (( ber = ber_init( &(ctrls[i]->ldctl_value))) == NULL ) {
H A Dvlistctrl.c223 if ( ( ber = ber_init( &listCtrlp->ldctl_value ) ) == NULL ) {
H A Dsortctrl.c177 if ( ( ber = ber_init( &sortCtrlp->ldctl_value ) ) == NULL ) {
H A Dmemcache.c898 (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;
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldaptest.c943 aCtrl.ldctl_value = NULL;
953 aCtrl.ldctl_value = &bv;
961 aCtrl.ldctl_value = NULL;
H A Dcommon.c676 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 Dldapmodify.c567 &(ldctrl->ldctl_value),
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connect.c1234 * expire. The ldctl_value field of
1292 ldctl_value.bv_len > 0 &&
1294 ldctl_value.bv_val)
1297 ldctl_value.bv_val);
H A Dns_reads.c5238 req->ldctl_value.bv_len = 0;
5239 req->ldctl_value.bv_val = NULL;
5539 if ((ber = ber_init(&ectrls[i]->ldctl_value)) == NULL)
/illumos-gate/usr/src/head/
H A Dldap.h165 struct berval ldctl_value; member in struct:ldapcontrol

Completed in 79 milliseconds