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

/external/chromium_org/third_party/sqlite/src/src/
H A Dmem2.c111 int disallow; /* Do not allow memory allocation */ member in struct:__anon14792
251 assert( mem.disallow==0 );
346 assert( mem.disallow==0 );
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c2664 ** return [SQLITE_OK] to allow the action, [SQLITE_IGNORE] to disallow the
14689 int disallow; /* Do not allow memory allocation */ member in struct:__anon14772
14829 assert( mem.disallow==0 );
14924 assert( mem.disallow==0 );
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c2539 ** return [SQLITE_OK] to allow the action, [SQLITE_IGNORE] to disallow the
16683 int disallow; /* Do not allow memory allocation */ member in struct:__anon30125
16823 assert( mem.disallow==0 );
16918 assert( mem.disallow==0 );
[all...]
/external/sqlite/dist/
H A Dsqlite3.c2539 ** return [SQLITE_OK] to allow the action, [SQLITE_IGNORE] to disallow the
16683 int disallow; /* Do not allow memory allocation */ member in struct:__anon30156
16823 assert( mem.disallow==0 );
16918 assert( mem.disallow==0 );
[all...]

Completed in 453 milliseconds