Searched defs:scratchAllocOut (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dmalloc.c333 ** case by setting scratchAllocOut to 1 when an allocation
337 static int scratchAllocOut = 0; variable
381 assert( scratchAllocOut<=1 );
382 if( p ) scratchAllocOut++;
395 assert( scratchAllocOut>=1 && scratchAllocOut<=2 );
396 scratchAllocOut--;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c18038 ** case by setting scratchAllocOut to 1 when an allocation
18042 static int scratchAllocOut = 0; variable
18086 assert( scratchAllocOut<=1 );
18087 if( p ) scratchAllocOut++;
18100 assert( scratchAllocOut>=1 && scratchAllocOut<=2 );
18101 scratchAllocOut--;
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c20077 ** case by setting scratchAllocOut to 1 when an allocation
20081 static int scratchAllocOut = 0; local
20125 assert( scratchAllocOut<=1 );
20126 if( p ) scratchAllocOut++;
20139 assert( scratchAllocOut>=1 && scratchAllocOut<=2 );
20140 scratchAllocOut--;
[all...]
/external/sqlite/dist/
H A Dsqlite3.c20077 ** case by setting scratchAllocOut to 1 when an allocation
20081 static int scratchAllocOut = 0; local
20125 assert( scratchAllocOut<=1 );
20126 if( p ) scratchAllocOut++;
20139 assert( scratchAllocOut>=1 && scratchAllocOut<=2 );
20140 scratchAllocOut--;
[all...]

Completed in 457 milliseconds