HomeSort by relevance Sort by last modified time
    Searched refs:pH (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/sqlite/src/ext/fts1/
ft_hash.c 62 void HashClear(Hash *pH){
65 assert( pH!=0 );
66 elem = pH->first;
67 pH->first = 0;
68 if( pH->ht ) pH->xFree(pH->ht);
69 pH->ht = 0;
70 pH->htsize = 0;
73 if( pH->copyKey && elem->pKey )
    [all...]
fts1_hash.c 69 void sqlite3Fts1HashClear(fts1Hash *pH){
72 assert( pH!=0 );
73 elem = pH->first;
74 pH->first = 0;
75 if( pH->ht ) pH->xFree(pH->ht);
76 pH->ht = 0;
77 pH->htsize = 0;
80 if( pH->copyKey && elem->pKey )
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
hash.c 35 void sqlite3HashClear(Hash *pH){
38 assert( pH!=0 );
39 elem = pH->first;
40 pH->first = 0;
41 sqlite3_free(pH->ht);
42 pH->ht = 0;
43 pH->htsize = 0;
49 pH->count = 0;
66 /* Link pNew element into the hash table pH. If pEntry!=0 then also
70 Hash *pH, /* The complete hash table *
    [all...]
test6.c 666 static void (*cfDlSym(sqlite3_vfs *pCfVfs, void *pH, const char *zSym))(void){
668 return pVfs->xDlSym(pVfs, pH, zSym);
test_onefile.c 776 static void (*fsDlSym(sqlite3_vfs *pVfs, void *pH, const char *zSym))(void){
778 return pParent->xDlSym(pParent, pH, zSym);
test_demovfs.c 569 static void (*demoDlSym(sqlite3_vfs *pVfs, void *pH, const char *z))(void){
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_hash.c 74 void sqlite3Fts3HashClear(Fts3Hash *pH){
77 assert( pH!=0 );
78 elem = pH->first;
79 pH->first = 0;
80 fts3HashFree(pH->ht);
81 pH->ht = 0;
82 pH->htsize = 0;
85 if( pH->copyKey && elem->pKey ){
91 pH->count = 0;
167 Fts3Hash *pH, /* The complete hash table *
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2_hash.c 74 void sqlite3Fts2HashClear(fts2Hash *pH){
77 assert( pH!=0 );
78 elem = pH->first;
79 pH->first = 0;
80 fts2HashFree(pH->ht);
81 pH->ht = 0;
82 pH->htsize = 0;
85 if( pH->copyKey && elem->pKey ){
91 pH->count = 0;
167 fts2Hash *pH, /* The complete hash table *
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
h264-svc-99-640x360.rtpdump     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 1220 milliseconds