| /sqlite-3.40.0/ext/icu/ |
| H A D | icu.c | 278 UErrorCode status = U_ZERO_ERROR; in icuRegexpFunc() local 300 if( U_SUCCESS(status) ){ in icuRegexpFunc() 312 if( !U_SUCCESS(status) ){ in icuRegexpFunc() 318 res = uregex_matches(pExpr, 0, &status); in icuRegexpFunc() 319 if( !U_SUCCESS(status) ){ in icuRegexpFunc() 329 uregex_setText(pExpr, 0, 0, &status); in icuRegexpFunc() 368 UErrorCode status; in icuCaseFunc16() local 395 status = U_ZERO_ERROR; in icuCaseFunc16() 402 if( U_SUCCESS(status) ){ in icuCaseFunc16() 468 UErrorCode status = U_ZERO_ERROR; in icuLoadCollation() local [all …]
|
| /sqlite-3.40.0/ext/fts2/ |
| H A D | fts2_icu.c | 106 UErrorCode status = U_ZERO_ERROR; in icuOpen() local 150 pCsr->pIter = ubrk_open(UBRK_WORD, p->zLocale, pCsr->aChar, iOut, &status); in icuOpen() 151 if( !U_SUCCESS(status) ){ in icuOpen() 212 UErrorCode status = U_ZERO_ERROR; in icuNext() local 225 &status /* Output success/failure */ in icuNext()
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3_icu.c | 104 UErrorCode status = U_ZERO_ERROR; in icuOpen() local 151 pCsr->pIter = ubrk_open(UBRK_WORD, p->zLocale, pCsr->aChar, iOut, &status); in icuOpen() 152 if( !U_SUCCESS(status) ){ in icuOpen() 213 UErrorCode status = U_ZERO_ERROR; in icuNext() local 226 &status /* Output success/failure */ in icuNext()
|
| /sqlite-3.40.0/ext/wasm/common/ |
| H A D | SqliteTestUtil.js | 188 status: E('#module-status'), property 201 f.ui.status.classList.remove('hidden'); 202 f.ui.status.innerText = text; 210 f.ui.status.classList.add('hidden');
|
| /sqlite-3.40.0/ext/wasm/fiddle/ |
| H A D | fiddle.js | 353 status: E('#module-status'), property 368 f.ui.status.classList.remove('hidden'); 369 f.ui.status.innerText = msg.text; 377 f.ui.status.classList.add('hidden'); 582 const status = {loaded: 0, total: 0}; variable
|
| /sqlite-3.40.0/test/ |
| H A D | crashtest1.c | 71 int status; in main() local 93 waitpid(pid, &status, 0); in main()
|
| H A D | autoindex1.test | 54 db status step 57 db status autoindex 69 db status step 72 db status autoindex 93 db status step 96 db status autoindex 110 db status step 113 db status autoindex
|
| H A D | tkt3757.test | 25 lappend r scan [db status step] sort [db status sort]
|
| H A D | minmax2.test | 404 db status step 408 db status step 415 db status step 419 db status step
|
| H A D | attach2.test | 157 # A procedure to verify the status of locks on a database. 193 # Lock status: 233 # Lock status: 246 # Lock status:
|
| H A D | whereF.test | 163 do_test 5.2 { expr [db status vmstep]<200 } 1 170 do_test 5.4 { expr [db status vmstep]>1000 } 1 177 do_test 5.6 { expr [db status vmstep]<200 } 1
|
| H A D | loadext.test | 229 } {1 {unknown status property: MEMORY_USED_X}} 234 } {1 {unknown status type}}
|
| H A D | tkt-2a5629202f.test | 27 if {[db status sort]} {set x sort} {set x nosort}
|
| H A D | tkt3824.test | 25 if {[db status sort]} {
|
| H A D | notnull2.test | 34 set vmstep [db status vmstep]
|
| H A D | where.test | 77 db status step 83 db status step 95 db status step 533 if {[db status sort]} {set x sort} {set x nosort}
|
| H A D | savepoint.test | 650 # And the following set of tests is only really interested in the status 651 # of the aux1 and aux2 locks. So record the current lock status of
|
| H A D | in.test | 267 db status step 281 db status step
|
| /sqlite-3.40.0/autoconf/tea/ |
| H A D | Makefile.in | 395 -rm -f config.cache config.log config.status 454 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 456 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
| /sqlite-3.40.0/ |
| H A D | Makefile.in | 190 sqlite3session.lo select.lo sqlite3rbu.lo status.lo stmt.lo \ 278 $(TOP)/src/status.c \ 657 ./config.status 660 ./config.status 985 status.lo: $(TOP)/src/status.c $(HDR) 986 $(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/status.c 1524 rm -f sqlite_cfg.h config.log config.status libtool Makefile sqlite3.pc \
|
| H A D | Makefile.msc | 1257 sqlite3session.lo select.lo sqlite3rbu.lo status.lo stmt.lo \ 1352 $(TOP)\src\status.c \ 2100 status.lo: $(TOP)\src\status.c $(HDR) 2101 $(LTCOMPILE) $(CORE_COMPILE_OPTS) -c $(TOP)\src\status.c
|
| /sqlite-3.40.0/src/ |
| H A D | sqlite3ext.h | 208 int (*status)(int,int*,int*,int); member 551 #define sqlite3_status sqlite3_api->status
|
| /sqlite-3.40.0/tool/ |
| H A D | lemon.c | 324 enum cfgstatus status; /* used during followset and shift computations */ member 1035 for(cfp=stp->cfp; cfp; cfp=cfp->next) cfp->status = INCOMPLETE; in buildshifts() 1039 if( cfp->status==COMPLETE ) continue; /* Already used by inner loop */ in buildshifts() 1048 if( bcfp->status==COMPLETE ) continue; /* Already used */ in buildshifts() 1052 bcfp->status = COMPLETE; /* Mark this config as used */ in buildshifts() 1123 cfp->status = INCOMPLETE; in FindFollowSets() 1132 if( cfp->status==COMPLETE ) continue; in FindFollowSets() 1136 plp->cfp->status = INCOMPLETE; in FindFollowSets() 1140 cfp->status = COMPLETE; in FindFollowSets()
|
| /sqlite-3.40.0/ext/wasm/ |
| H A D | batch-runner.js | 312 if(404 === r.status){
|
| /sqlite-3.40.0/ext/fts3/unicode/ |
| H A D | CaseFolding.txt | 35 # <code>; <status>; <mapping>; # <name> 37 # The status field is: 48 # A. To do a simple case folding, use the mappings with status C + S. 49 # B. To do a full case folding, use the mappings with status C + F. 51 # The mappings with status T can be used or omitted depending on the desired case-folding 59 # have the value C for the status field, and the code point itself for the mapping field.
|