Home
last modified time | relevance | path

Searched refs:sk_attrtype (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsortctrl.c74 if ( ber_printf( ber, "{s", (sortKeyList[i])->sk_attrtype ) in ldap_create_sort_control()
324 new_key->sk_attrtype = (char *)NSLDAPI_MALLOC(attrdesc_size + 1); in read_next_token()
332 memcpy(new_key->sk_attrtype,attrdesc_source,attrdesc_size); in read_next_token()
333 *(new_key->sk_attrtype + attrdesc_size) = '\0'; in read_next_token()
409 if (NULL != this_one->sk_attrtype) { in ldap_free_sort_keylist()
410 NSLDAPI_FREE(this_one->sk_attrtype); in ldap_free_sort_keylist()
/illumos-gate/usr/src/head/
H A Dldap.h670 char *sk_attrtype; member