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

/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/examples/
H A Dmkhash.cpp75 c4_IntProp pH ("_H"), pR ("_R");
76 c4_View map = (pH, pR);
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c21832 SQLITE_PRIVATE void sqlite3HashClear(Hash *pH){ argument
21835 assert( pH!=0 );
21836 elem = pH->first;
21837 pH->first = 0;
21838 sqlite3_free(pH->ht);
21839 pH->ht = 0;
21840 pH->htsize = 0;
21846 pH->count = 0;
21863 /* Link pNew element into the hash table pH. If pEntry!=0 then also
21867 Hash *pH, /* Th
21866 insertElement( Hash *pH, struct _ht *pEntry, HashElem *pNew ) argument
21900 rehash(Hash *pH, unsigned int new_size) argument
21936 findElementGivenHash( const Hash *pH, const char *pKey, int nKey, unsigned int h ) argument
21965 removeElementGivenHash( Hash *pH, HashElem* elem, unsigned int h ) argument
22000 sqlite3HashFind(const Hash *pH, const char *pKey, int nKey) argument
22030 sqlite3HashInsert(Hash *pH, const char *pKey, int nKey, void *data) argument
120577 sqlite3Fts3HashClear(Fts3Hash *pH) argument
120669 fts3HashInsertElement( Fts3Hash *pH, struct _fts3ht *pEntry, Fts3HashElem *pNew ) argument
120699 fts3Rehash(Fts3Hash *pH, int new_size) argument
120723 fts3FindElementByHash( const Fts3Hash *pH, const void *pKey, int nKey, int h ) argument
120751 fts3RemoveElementByHash( Fts3Hash *pH, Fts3HashElem* elem, int h ) argument
120785 sqlite3Fts3HashFindElem( const Fts3Hash *pH, const void *pKey, int nKey ) argument
120806 sqlite3Fts3HashFind(const Fts3Hash *pH, const void *pKey, int nKey) argument
120828 sqlite3Fts3HashInsert( Fts3Hash *pH, const void *pKey, int nKey, void *data ) argument
[all...]

Completed in 323 milliseconds