Home
last modified time | relevance | path

Searched defs:opt (Results 1 – 8 of 8) sorted by relevance

/sqlite-3.40.0/src/
H A Dctime.c37 #define CTIMEOPT_VAL_(opt) #opt argument
38 #define CTIMEOPT_VAL(opt) CTIMEOPT_VAL_(opt) argument
44 #define CTIMEOPT_VAL2(opt) CTIMEOPT_VAL2_(opt) argument
H A Dshell.c.in10457 unsigned int opt = (unsigned int)strtol(azArg[2], 0, 0); local
10476 unsigned int opt = (unsigned int)integerValue(azArg[2]); local
10507 int opt = booleanValue(azArg[2]); local
10517 int opt = booleanValue(azArg[2]); local
10585 int opt = (unsigned int)integerValue(azArg[2]); local
10765 #define CTIMEOPT_VAL_(opt) #opt argument
10766 #define CTIMEOPT_VAL(opt) CTIMEOPT_VAL_(opt) argument
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-opfs.js1040 const dir = opfsUtil.rootDirectory, opt = {recurse: true}; variable
1117 opfsUtil.traverse = async function(opt){ argument
1123 opt = {callback:opt}; variable
H A Dsqlite3-api-worker1.js367 open: function(opt){ argument
H A Dsqlite3-api-prologue.js837 f._opt = function(opt, rv){ argument
/sqlite-3.40.0/test/
H A Dwapptest.tcl432 proc generate_select_widget {label id lOpt opt} {
/sqlite-3.40.0/ext/fts2/
H A Dfts2_icu.c105 const int32_t opt = U_FOLD_CASE_DEFAULT; in icuOpen() local
/sqlite-3.40.0/ext/fts3/
H A Dfts3_icu.c103 const int32_t opt = U_FOLD_CASE_DEFAULT; in icuOpen() local