/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | gethost.c | 66 void PrintHostent(const PRHostEnt *he) argument 71 printf("h_name: %s\n", he->h_name); 72 for (i = 0; he->h_aliases[i]; i++) { 73 printf("h_aliases[%d]: %s\n", i, he->h_aliases[i]); 75 printf("h_addrtype: %d\n", he->h_addrtype); 76 printf("h_length: %d\n", he->h_length); 77 for (i = 0; he->h_addr_list[i]; i++) { 79 for (j = 0; j < he->h_length; j++) { 81 printf("%u", (unsigned char)he->h_addr_list[i][j]); 90 PRHostEnt he, reverseh local [all...] |
H A D | acceptread.c | 187 PRHostEnt he; local 222 argv[1], netdb_buf, sizeof(netdb_buf), &he); 228 next_index = PR_EnumerateHostEnt(0, &he, port_number, &client_addr);
|
H A D | acceptreademu.c | 214 PRHostEnt he; local 252 argv[1], netdb_buf, sizeof(netdb_buf), &he); 258 next_index = PR_EnumerateHostEnt(0, &he, port_number, &client_addr);
|
H A D | nbconn.c | 87 PRHostEnt he; local 158 if (PR_GetHostByName(argv[1], buf, sizeof(buf), &he) == PR_FAILURE) { 164 PR_EnumerateHostEnt(0, &he, 80, &addr);
|
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/src/module/ |
H A D | ipcLockModule.cpp | 106 ipcLockModule_FreeEntry(void *pool, PLHashEntry *he, PRUintn flag) argument 108 PL_strfree((char *) he->key); 109 free(he); 230 ipcLockModule_ReleaseByCID(PLHashEntry *he, PRIntn i, void *arg) argument 234 ipcLockContext *ctx = (ipcLockContext *) he->value; 238 LOG(("$$$ ipcLockModule_ReleaseByCID [cid=%u key=%s he=%p]\n", 239 cid, (char*)he->key, (void*)he)); 241 if (ipcLockModule_ReleaseLockHelper(cid, (const char *) he->key, ctx))
|
/vbox/src/libs/xpcom18a4/nsprpub/lib/ds/ |
H A D | plhash.c | 96 DefaultFreeEntry(void *pool, PLHashEntry *he, PRUintn flag) argument 103 PR_Free(he); 161 PLHashEntry *he, *next; local 167 for (he = ht->buckets[i]; he; he = next) { 168 next = he->next; 169 (*allocOps->freeEntry)(allocPriv, he, HT_FREE_ENTRY); 190 PLHashEntry *he, **hep, **hep0; local 199 while ((he 224 PLHashEntry *he, **hep; local 250 PLHashEntry *he, *next, **oldbuckets; local 307 PLHashEntry *he, **hep; local 318 (*ht->allocOps->freeEntry)(ht->allocPriv, he, HT_FREE_VALUE); local 326 PL_HashTableRawRemove(PLHashTable *ht, PLHashEntry **hep, PLHashEntry *he) argument 372 PLHashEntry *he, **hep; local 388 PLHashEntry *he, **hep; local 405 PLHashEntry *he, **hep; local 423 PLHashEntry *he, **hep; local 467 PLHashEntry *he; local [all...] |
/vbox/src/libs/xpcom18a4/xpcom/ds/ |
H A D | nsAtomTable.cpp | 172 AtomTableEntry *he = NS_STATIC_CAST(AtomTableEntry*, entry); local 173 NS_ASSERTION(he->HasValue(), "Empty atom. how did that happen?"); 174 return he->get(); 182 const AtomTableEntry *he = NS_STATIC_CAST(const AtomTableEntry*, entry); local 184 return nsCRT::strcmp(keyStr, he->get()) == 0; 190 AtomTableEntry *he = NS_STATIC_CAST(AtomTableEntry*, entry); local 192 he->keyHash = 0; 194 if (!he->IsStaticAtom()) { 195 AtomImpl *atom = he->GetAtomImpl(); 206 he 228 DumpAtomLeaks(PLDHashTable *table, PLDHashEntryHdr *he, PRUint32 index, void *arg) argument 507 AtomTableEntry *he = local 550 AtomTableEntry *he = GetAtomHashEntry(PromiseFlatCString(aString).get()); local 574 AtomTableEntry *he = GetAtomHashEntry(PromiseFlatCString(aString).get()); local [all...] |
/vbox/src/libs/xpcom18a4/xpcom/threads/ |
H A D | nsAutoLock.cpp | 130 _purge_one(PLHashEntry* he, PRIntn cnt, void* arg) argument 132 nsNamedVector* vec = (nsNamedVector*) he->value; 134 if (he->key == arg) 185 PLHashEntry* he = *hep; local 186 if (he) 187 return (nsNamedVector*) he->value;
|
/vbox/src/libs/xpcom18a4/xpcom/base/ |
H A D | nsTraceRefcntImpl.cpp | 193 SerialNumberFreeEntry(void *pool, PLHashEntry *he, PRUintn flag) argument 200 PR_Free(NS_REINTERPRET_CAST(serialNumberRecord*,he->value)); 201 PR_Free(he); 206 TypesToLogFreeEntry(void *pool, PLHashEntry *he, PRUintn flag) argument 214 NS_REINTERPRET_CAST(const char*, he->key))); 215 PR_Free(he); 309 static PRIntn PR_CALLBACK DumpEntry(PLHashEntry *he, PRIntn i, void *arg) { argument 310 BloatEntry* entry = (BloatEntry*)he->value; 318 static PRIntn PR_CALLBACK TotalEntries(PLHashEntry *he, PRIntn i, void *arg) { argument 319 BloatEntry* entry = (BloatEntry*)he 414 BloatViewFreeEntry(void *pool, PLHashEntry *he, PRUintn flag) argument 580 void* he = PL_HashTableLookup(gTypesToLog, aTypeName); local [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/ |
H A D | MT25218_PRM.h | 2458 pseudo_bit_t he[0x00001]; /* Host Endianess - Used for Atomic Operations member in struct:arbelprm_init_hca_st
|
H A D | MT25408_PRM.h | 2384 pseudo_bit_t he[0x00001]; /* Host Endianess - Used for Atomic Operations member in struct:hermonprm_init_hca_st
|