OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sqlite3_temp_directory
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
pragma.c
735
if(
sqlite3_temp_directory
){
739
sqlite3VdbeAddOp4(v, OP_String8, 0, 1, 0,
sqlite3_temp_directory
, 0);
759
sqlite3_free(
sqlite3_temp_directory
);
761
sqlite3_temp_directory
= sqlite3_mprintf("%s", zRight);
763
sqlite3_temp_directory
= 0;
[
all
...]
os_os2.c
[
all
...]
os_win.c
[
all
...]
sqlite.h.in
[
all
...]
main.c
75
char *
sqlite3_temp_directory
= 0;
variable
[
all
...]
os_unix.c
[
all
...]
test1.c
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h
4129
SQLITE_API SQLITE_EXTERN char *
sqlite3_temp_directory
;
variable
[
all
...]
sqlite3.c
4672
SQLITE_API char *
sqlite3_temp_directory
;
variable
107320
SQLITE_API char *
sqlite3_temp_directory
= 0;
local
[
all
...]
Completed in 64 milliseconds