Searched refs:ptable_find (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/CPANInternal-140/Data-UUID-1.218/
H A Dptable.h95 #ifndef ptable_find
96 STATIC ptable_ent *ptable_find(const ptable * const t, const void * const key) { function
97 #define ptable_find ptable_find macro
109 #endif /* !ptable_find */
114 const ptable_ent *const ent = ptable_find(t, key);
152 ptable_ent *ent = ptable_find(t, key);
/macosx-10.9.5/CPANInternal-140/Variable-Magic/
H A Dptable.h95 #ifndef ptable_find
96 STATIC ptable_ent *ptable_find(const ptable * const t, const void * const key) { function
97 #define ptable_find ptable_find macro
109 #endif /* !ptable_find */
114 const ptable_ent *const ent = ptable_find(t, key);
152 ptable_ent *ent = ptable_find(t, key);

Completed in 164 milliseconds