Searched refs:ptr (Results 1 – 6 of 6) sorted by relevance
195 iterate_table (const hash_table *htab, void **ptr, const void **key, in iterate_table() argument198 if (*ptr == NULL) in iterate_table()202 *ptr = (void *) ((hash_entry *) htab->first)->next; in iterate_table()206 if (*ptr == htab->first) in iterate_table()208 *ptr = (void *) (((hash_entry *) *ptr)->next); in iterate_table()211 *key = ((hash_entry *) *ptr)->key; in iterate_table()212 *keylen = ((hash_entry *) *ptr)->keylen; in iterate_table()213 *data = ((hash_entry *) *ptr)->data; in iterate_table()
649 void *ptr; in find_element() local1013 elem = ptr; in insert_value()1038 elem = ptr; in insert_value()1211 void *ptr; in handle_ellipsis() local1213 &ptr) != 0) in handle_ellipsis()1231 elem = ptr; in handle_ellipsis()1371 void *ptr; in handle_ellipsis() local1375 elem = ptr; in handle_ellipsis()3315 void *ptr; in collate_read() local3336 void *ptr; in collate_read() local[all …]
44 extern int iterate_table (const hash_table *htab, void **ptr,
855 char *ptr; in add_locale() local904 ptr = data[LC_ALL].addr; in add_locale()908 memcpy (ptr, data[cnt].addr, data[cnt].size); in add_locale()909 ptr += (data[cnt].size + 15) & -16; in add_locale()
68 void *ptr; member259 headmap.ptr = result; in _nl_load_locale_from_archive()265 if (__glibc_unlikely (headmap.ptr == NULL)) in _nl_load_locale_from_archive()272 head = headmap.ptr; in _nl_load_locale_from_archive()292 && strcmp (name, headmap.ptr + namehashtab[idx].name_offset) == 0) in _nl_load_locale_from_archive()305 locrec = (struct locrecent *) (headmap.ptr + namehashtab[idx].locrec_offset); in _nl_load_locale_from_archive()318 results[cnt].addr = headmap.ptr + locrec->record[cnt].offset; in _nl_load_locale_from_archive()365 results[ranges[cnt].category].addr = ((char *) mapped->ptr in _nl_load_locale_from_archive()431 newp->ptr = addr; in _nl_load_locale_from_archive()536 (void) __munmap (headmap.ptr, headmap.len); in _nl_archive_subfreeres()[all …]
337 struct loaded_l10nfile *ptr = _nl_locale_file_list[locale]; in _nl_remove_locale() local341 while ((struct __locale_data *) ptr->data != data) in _nl_remove_locale()342 ptr = ptr->next; in _nl_remove_locale()346 ptr->decided = 0; in _nl_remove_locale()347 ptr->data = NULL; in _nl_remove_locale()
Completed in 18 milliseconds