Searched refs:nodeptr (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/zsh-60/zsh/Src/
H A Dhashnameddir.c244 addnameddirnode(HashTable ht, char *nam, void *nodeptr) argument
246 Nameddir nd = (Nameddir) nodeptr;
250 addhashnode(ht, nam, nodeptr);
H A Dhashtable.c143 * nam is the key to use in hashing. nodeptr points *
152 addhashnode(HashTable ht, char *nam, void *nodeptr) argument
154 HashNode oldnode = addhashnode2(ht, nam, nodeptr);
163 addhashnode2(HashTable ht, char *nam, void *nodeptr) argument
168 hn = (HashNode) nodeptr;
1291 addhistnode(HashTable ht, char *nam, void *nodeptr) argument
1293 HashNode oldnode = addhashnode2(ht, nam, nodeptr);
1294 Histent he = (Histent)nodeptr;
1295 if (oldnode && oldnode != (HashNode)nodeptr) {
1314 freehistnode(HashNode nodeptr) argument
[all...]
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dsi_getaddrinfo.c849 _gai_simple(si_mod_t *si, const void *nodeptr, const void *servptr, uint32_t family, uint32_t socktype, uint32_t proto, uint32_t flags, const char *interface, uint32_t *err) argument
873 h4_item = si_host_byaddr(si, nodeptr, AF_INET, interface, NULL);
877 h6_item = si_host_byaddr(si, nodeptr, AF_INET6, interface, NULL);
884 h4_item = si_host_byname(si, nodeptr, AF_INET, interface, NULL);
889 h6_item = si_host_byname(si, nodeptr, AF_INET6, interface, NULL);
1015 const void *nodeptr = NULL, *servptr = NULL; local
1152 nodeptr = &a4;
1156 nodeptr = &a6;
1161 nodeptr = node;
1200 out = si->vtable->sim_addrinfo(si, nodeptr, servpt
[all...]
H A Dsi_module.h369 si_list_t *_gai_simple(si_mod_t *si, const void *nodeptr, const void *servptr, uint32_t family, uint32_t socktype, uint32_t proto, uint32_t flags, const char *interface, uint32_t *err);

Completed in 192 milliseconds