HomeSort by: relevance | last modified time | path
    Searched defs:parent_key (Results 1 - 2 of 2) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
scache_multi.c 91 char *parent_key; /* parent linkage: hash table */ member in struct:__anon23127
161 htable_delete(head->cache->endp_cache, head->parent_key, myfree);
222 head->parent_key =
315 htable_delete(head->cache->dest_cache, head->parent_key, myfree);
378 head->parent_key =
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_iso9660.c 3136 uint64_t file_key, parent_key; local
3180 parent_key = heap->files[parent]->key;
3181 if (file_key >= parent_key) {

Completed in 20 milliseconds