Searched refs:ptable (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/CPANInternal-140/Data-UUID-1.218/
H A Dptable.h45 # define PTABLE_NAME ptable
70 #ifndef ptable
71 typedef struct ptable { struct
75 } ptable; typedef in typeref:struct:ptable
76 #define ptable ptable macro
77 #endif /* !ptable */
80 STATIC ptable *ptable_new(pPTBLMS) {
82 ptable *t = PerlMemShared_malloc(sizeof *t);
96 STATIC ptable_ent *ptable_find(const ptable * cons
[all...]
H A DUUID.xs24 # include "ptable.h"
28 static ptable *instances;
/macosx-10.9.5/CPANInternal-140/Variable-Magic/
H A Dptable.h45 # define PTABLE_NAME ptable
70 #ifndef ptable
71 typedef struct ptable { struct
75 } ptable; typedef in typeref:struct:ptable
76 #define ptable ptable macro
77 #endif /* !ptable */
80 STATIC ptable *ptable_new(pPTBLMS) {
82 ptable *t = PerlMemShared_malloc(sizeof *t);
96 STATIC ptable_ent *ptable_find(const ptable * cons
[all...]
H A DMagic.xs534 #define PTABLE_NAME ptable
542 #include "ptable.h"
554 ptable *wizards;
1380 ptable *t;
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIORegistryEntry.cpp1647 OSDictionary *ptable = getPropertyTable(); local
1649 OSCollectionIterator::withCollection( ptable );
1656 OSDynamicCast( OSCollection, ptable->getObject( key ));
/macosx-10.9.5/ruby-104/ruby/
H A Dstring.c5447 VALUE table = 0, ptable = 0; local
5479 ptable = *ctablep;
5480 table = ptable ? ptable : rb_hash_new();
5485 ptable = *tablep;
5489 if (table && (!ptable || (cflag ^ !NIL_P(rb_hash_aref(ptable, key))))) {

Completed in 239 milliseconds