Home
last modified time | relevance | path

Searched refs:method (Results 1 – 25 of 75) sorted by relevance

123

/sqlite-3.40.0/test/
H A Dzipfile.test177 6 method {} 0 {} 0
185 INSERT INTO zz(name, mtime, sz, data, method)
189 INSERT INTO zz(name, mtime, rawdata, method)
193 INSERT INTO zz(name, data, method)
195 } {1 {unknown compression method: 7}}
198 INSERT INTO zz(name, mode, mtime, data, method)
202 INSERT INTO zz(name, mode, mtime, data, method)
245 INSERT INTO zz(name, mode, mtime, data, method)
501 WITH c(name,data,method) AS (
507 } {1 {illegal method value: 16}}
[all …]
H A Dwalvfs.test31 proc xSync {method file args} {
130 proc xWrite {method file args} {
145 proc xWrite {method file args} {
187 proc xShmMap {method file args} {
197 proc xShmMap {method file name args} {
198 switch -- $method {
273 proc xShmMapLock {method args} {
274 if {$method=="xShmMap"} {
321 proc xShmLock {method file handle spec} {
417 proc xShmMap {method file handle args} {
[all …]
H A Dwalprotocol2.test39 proc lock_callback {method filename handle lock} {
40 # puts "$method $filename $handle $lock"
64 proc lock_callback {method filename handle lock} {
66 proc lock_callback {method filename handle lock} {}
82 proc lock_callback {method filename handle lock} {
84 proc lock_callback {method filename handle lock} {}
H A Dbestindex1.test25 proc vtab_command {method args} {
26 switch -- $method {
75 proc t1_vtab {mode method args} {
76 switch -- $method {
177 proc vtab_command {method args} {
180 switch -- $method {
280 # virtual table, the xBestIndex method is first invoked with the IN(...)
283 # xBestIndex method is invoked again, this time with the IN(...) marked
292 proc vtab_command {method args} {
293 switch -- $method {
H A Dbestindex3.test30 proc vtab_cmd {bOmit method args} {
31 switch -- $method {
171 proc vvv_command {method args} {
172 switch -- $method {
176 proc yyy_command {method args} {
177 switch -- $method {
H A Dbestindex5.test12 # method.
27 proc vtab_cmd {method args} {
41 switch -- $method {
96 proc vtab_simple {method args} {
97 switch -- $method {
224 proc vtab_simple_integer {method args} {
225 switch -- $method {
H A Dbestindex8.test24 proc vtab_command {src method args} {
25 switch -- $method {
113 proc vtab_command {src method args} {
114 switch -- $method {
179 proc vtab_command {src method args} {
180 switch -- $method {
245 proc vtab_command {src method args} {
246 switch -- $method {
296 proc vtab_command {src method args} {
297 switch -- $method {
H A Djournal2.test40 # deleted, the method name ("xOpen", "xClose" or "xDelete") and the final
46 proc journal_op_catcher {method filename args} {
53 if {[lsearch {xDelete xWrite xTruncate} $method]>=0} {
64 if {[lsearch {xOpen xDelete xClose} $method]<0} return
68 lappend ::oplog $method $f
72 # will not invoke the xDelete method of the "real" VFS in this case.
75 switch -- $method {
H A Dwalprotocol.test45 proc lock_callback {method filename handle lock} {
78 proc lock_callback {method filename handle lock} {
93 proc lock_callback {method filename handle lock} {
105 proc lock_callback {method filename handle lock} {
159 proc lock_callback {method file handle spec} {
182 proc lock_callback {method file handle spec} {
H A Dbestindex4.test12 # method.
44 proc vtab_cmd {param method args} {
45 switch -- $method {
134 proc vtab_command {method args} {
135 switch -- $method {
H A Dwal3.test273 proc method_callback {method args} {
274 if {$method == "xShmBarrier"} {
297 if {$method == "xShmLock"} {
386 proc lock_callback {method file handle spec} {
455 proc lock_callback {method file handle spec} {
517 proc method_callback {method args} {
518 if {$method == "xOpen"} { return "reader" }
527 proc method_callback {method file handle spec} {
529 if {$method == "xShmLock"} {
543 proc method_callback {method file handle spec} {
[all …]
H A Dvtab1.test100 # The "echo" module xCreate method returns an error and does not create
298 # invoke the xConnect method and succeed.
1221 foreach method [list \
1230 set echo_module_fail($method,t2) "the $method method has failed"
1232 } "1 {echo-vtab-error: the $method method has failed}"
1233 unset echo_module_fail($method,t2)
1237 foreach method [list \
1243 set echo_module_fail($method,t2) "the $method method has failed"
1245 } "1 {echo-vtab-error: the $method method has failed}"
1246 unset echo_module_fail($method,t2)
[all …]
H A Dwal2.test96 proc tvfs_cb {method filename args} {
156 proc tvfs_cb {method args} {
201 proc tvfs_cb {method args} {
245 proc tvfs_cb {method args} {
266 proc tvfs_cb {method args} {
293 proc tvfs_cb {method args} {
294 if {$method == "xShmLock"} {
330 proc tvfs_cb {method args} {
331 if {$method == "xShmLock"} {
417 proc tvfs_cb {method args} {
[all …]
H A Dzipfile2.test159 SELECT name,mtime,data,method FROM zipfile($blob)
169 SELECT name,mtime,data,method FROM zipfile($blob)
172 # Check the response to an unknown compression method (set data to NULL).
175 SELECT name,mtime,data IS NULL,method FROM zipfile($blob)
H A Dbestindex2.test31 # The tables xBestIndex method behaves as if all possible combinations of
44 proc vtab_cmd {tbl cols method args} {
45 switch -- $method {
H A Dbestindex7.test24 proc vtab_command {src method args} {
25 switch -- $method {
H A Dindexfault.test228 proc xCustom {method args} {
229 if {$method == "xOpen"} {
300 proc xRead {method file args} {
313 proc xCustom {method file args} {
H A Dbestindex9.test23 proc vtab_command {method args} {
24 switch -- $method {
H A Datomic2.test57 proc at_vfs_callback {method file z args} {
63 } elseif {$method=="xFileControl" && $z=="COMMIT_ATOMIC_WRITE"} {
H A Duri.test110 proc open_method {method file arglist} {
250 # set, where X is the file-name the method is called on. Calls to the above
257 proc tvfs1_callback {method filename args} {
264 proc tvfs2_callback {method filename args} {
H A Dbestindex6.test24 proc vtab_command {src method args} {
25 switch -- $method {
H A Dsort5.test54 proc tv_callback {method args} {
57 switch $method {
/sqlite-3.40.0/ext/wasm/common/
H A Dwhwasmutil.js429 uleb128Encode: function(tgt, method, n){ argument
430 if(n<128) tgt[method](n);
431 else tgt[method]( (n % 128) | 128, n>>7);
1132 const __allocPtr = function(howMany, safePtrSize, method){ argument
1133 __affirmAlloc(target, method);
1135 let m = target[method](howMany * (safePtrSize ? 8 : ptrSizeof));
/sqlite-3.40.0/doc/
H A Dpager-invariants.txt3 Otherwise, the page is not synced until the xSync method of the VFS
56 (8) When a transaction is rolled back, the xTruncate method of the VFS
59 method is a no-op, but that does not change the fact the SQLite will
/sqlite-3.40.0/src/
H A Dsqlite.h.in1116 ** except for calls to the xWrite method and the xFileControl method
1526 ** xShmLock method:
1740 ** the xInit method, so the xInit method need not be threadsafe. The
3048 ** method.
6151 ** method of the default [sqlite3_vfs] object. If the xSleep() method
7127 ** [xFilter] method.
8005 ** xFileControl method.
8202 ** method instead.
8678 ** [[the xInit() page cache method]]
8773 ** [[the xUnpin() page cache method]]
[all …]

123