Searched refs:fts3HashMalloc (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_hash.c38 static void *fts3HashMalloc(int n){ function
202 new_ht = (struct _fts3ht *)fts3HashMalloc( new_size*sizeof(struct _fts3ht) );
361 new_elem = (Fts3HashElem*)fts3HashMalloc( sizeof(Fts3HashElem) );
364 new_elem->pKey = fts3HashMalloc( nKey );
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c118197 static void *fts3HashMalloc(int n){ function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c134508 static void *fts3HashMalloc(int n){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c134540 static void *fts3HashMalloc(int n){ function
[all...]

Completed in 595 milliseconds