Searched defs:new_list (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | etype_list.c | 43 /* Copy the zero-terminated enctype list old_list into *new_list. */ 45 krb5int_copy_etypes(const krb5_enctype *old_list, krb5_enctype **new_list) argument 50 *new_list = NULL; 56 *new_list = list;
|
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softObjectUtil.c | 1199 move_into_list(soft_object_t **existing_list, soft_object_t **new_list, argument 1222 insert_into_list(new_list, end_of_list, objp); 1226 * Insert "new_list" into "existing_list", new list will always be inserted 1231 soft_object_t *new_list, soft_object_t *end_new_list) 1234 if (new_list == NULL) { 1239 *existing_list = new_list; 1243 *existing_list = new_list; 1230 insert_list_into_list(soft_object_t **existing_list, soft_object_t *new_list, soft_object_t *end_new_list) argument
|
/osnet-11/usr/src/lib/libsldap/common/ |
H A D | ns_standalone.c | 1774 createDirServerList(dir_server_list_t **new_list, argument 1790 if (new_list == NULL) { 1810 *new_list = (dir_server_list_t *)calloc(1, 1812 if (*new_list == NULL) { 1817 (void) rwlock_init(&(*new_list)->listDestroyLock, USYNC_THREAD, NULL); 1819 (*new_list)->nsServers = (dir_server_t **)calloc(srvListLength + 1, 1821 if ((*new_list)->nsServers == NULL) { 1822 free(*new_list); 1823 *new_list = NULL; 1837 (*new_list) 1917 dir_server_list_t *new_list, *old_list; local [all...] |
Completed in 59 milliseconds