/osnet-11/usr/src/cmd/ldap/ns_ldap/ |
H A D | ldaplist.c | 46 const char *sortattr; member in struct:database_t 211 sort = databaselist[i].sortattr; 218 sort = databaselist[i].sortattr;
|
H A D | ldapaddent.c | 70 char *sortattr; /* Sort attr for enumeration */ member in struct:ttypelist_t 4170 rc = __ns_ldap_firstEntry(service, filter, tt->sortattr, NULL, 4173 rc = __ns_ldap_firstEntry(service, filter, tt->sortattr, NULL,
|
/osnet-11/usr/src/lib/nsswitch/ldap/common/ |
H A D | ldap_common.h | 160 char *sortattr; member in struct:ldap_backend
|
H A D | ldap_common.c | 73 char *sortattr; member in struct:gettablefilter 386 be->sortattr = NULL; 391 be->sortattr = (char *)gtf->sortattr; 434 be->sortattr = NULL; 480 be->filter, be->sortattr, _merge_SSD_filter, be->attrs, 494 be->filter, be->sortattr, _merge_SSD_filter,
|
/osnet-11/usr/src/cmd/ldap/common/ |
H A D | ldapsearch.c | 133 static char **sortattr = NULL; variable 209 if ( sortattr ) { 210 for ( sortsize = 0; sortattr[sortsize] != NULL; sortsize++ ) { 242 } else if ( sortattr == NULL || *sortattr == '\0' || server_sort) { 251 if ( !ldap_charray_inlist( attrs, sortattr[i] ) ) { 252 if ( ldap_charray_add( &attrs, sortattr[i] ) != 0 ) { 472 ldap_charray_add( &sortattr, strdup( optarg ) ); 711 string_length += strlen(sortattr[i]) + 1; 722 memcpy(s, sortattr[ [all...] |
/osnet-11/usr/src/lib/libsldap/common/ |
H A D | ns_reads.c | 2454 char *sortattr; local 2473 sortattr = __ns_ldap_mapAttribute(cookie->service, 2477 sortattr = (char *)cookie->i_sortattr; 2479 sortattr = "cn"; 2482 sortattr = "cn uid"; 2485 rc = ldap_create_sort_keylist(&sortkeylist, sortattr); 2487 free(sortattr); 3758 const char *sortattr, 3919 cookie->i_sortattr = sortattr; 4074 const char *sortattr, 3754 ldap_list( ns_ldap_list_batch_t *batch, const char *service, const char *filter, const char *sortattr, int (*init_filter_cb)(const ns_ldap_search_desc_t *desc, char **realfilter, const void *userdata), const char * const *attribute, const ns_cred_t *auth, const int flags, ns_ldap_result_t **rResult, ns_ldap_error_t **errorp, int *rcp, int (*callback)(const ns_ldap_entry_t *entry, const void *userdata), const void *userdata, ns_conn_user_t *conn_user, const char * const *extra_info_attr, ns_ldap_entry_t **extra_info) argument 4071 __ns_ldap_list_sort( const char *service, const char *filter, const char *sortattr, int (*init_filter_cb)(const ns_ldap_search_desc_t *desc, char **realfilter, const void *userdata), const char * const *attribute, const ns_cred_t *auth, const int flags, ns_ldap_result_t **rResult, ns_ldap_error_t **errorp, int (*callback)(const ns_ldap_entry_t *entry, const void *userdata), const void *userdata) argument 4670 firstEntry( const char *service, const char *filter, const char *sortattr, int (*init_filter_cb)(const ns_ldap_search_desc_t *desc, char **realfilter, const void *userdata), const char * const *attribute, const ns_cred_t *auth, const int flags, void **vcookie, ns_ldap_result_t **result, ns_ldap_error_t ** errorp, const void *userdata, ns_conn_user_t *conn_user, const char * const *extra_info_attr, ns_ldap_entry_t **extra_info) argument [all...] |