HomeSort by relevance Sort by last modified time
    Searched defs:pFree (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
test_wsd.c 30 u8 *pFree;
47 pGlobal->pFree = (u8 *)&pGlobal[1];
72 pVar = (ProcessLocalVar *)pGlobal->pFree;
77 pGlobal->pFree += nByte;
pcache1.c 121 ** The nFreeSlot and pFree values do require mutex protection.
131 PgFreeslot *pFree; /* Free page blocks */
187 pcache1.pFree = 0;
191 p->pNext = pcache1.pFree;
192 pcache1.pFree = p;
214 p = (PgHdr1 *)pcache1.pFree;
216 pcache1.pFree = pcache1.pFree->pNext;
250 pSlot->pNext = pcache1.pFree;
251 pcache1.pFree = pSlot
    [all...]
main.c 479 db->lookaside.pFree = 0;
487 p->pNext = db->lookaside.pFree;
488 db->lookaside.pFree = p;
    [all...]
vdbeInt.h 315 void *pFree; /* Free this when deleting the vdbe */
btree.c     [all...]
sqliteInt.h 756 LookasideSlot *pFree; /* List of available buffers */
    [all...]
  /external/chromium_org/third_party/icu/source/common/
cmemory.c 34 static UMemFreeFn *pFree;
101 if (pFree) {
102 (*pFree)(pContext, buffer);
124 if (pFree) {
125 (*pFree)(pContext, buffer);
160 pFree = f;
168 pFree = NULL;
  /external/icu/icu4c/source/common/
cmemory.c 34 static UMemFreeFn *pFree;
101 if (pFree) {
102 (*pFree)(pContext, buffer);
124 if (pFree) {
125 (*pFree)(pContext, buffer);
160 pFree = f;
168 pFree = NULL;
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_snippet.c 831 char *pFree = 0;
845 int rc = sqlite3Fts3ExprLoadFtDoclist(pCsr, pExpr, &pFree, &nFree);
847 pIter = pFree;
848 pEnd = &pFree[nFree];
868 sqlite3_free(pFree);
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 189 milliseconds