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

/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2_hash.c38 static void *fts2HashMalloc(int n){ function
200 new_ht = (struct _fts2ht *)fts2HashMalloc( new_size*sizeof(struct _fts2ht) );
341 new_elem = (fts2HashElem*)fts2HashMalloc( sizeof(fts2HashElem) );
344 new_elem->pKey = fts2HashMalloc( nKey );

Completed in 66 milliseconds