Home
last modified time | relevance | path

Searched refs:startsWith (Results 1 – 9 of 9) sorted by relevance

/sqlite-3.40.0/test/
H A Dfts1k.test24 # Tests that startsWith() (calls isspace, tolower, isalnum) can handle
39 # Additionally test final isalnum() in startsWith().
H A Dfts2l.test24 # Tests that startsWith() (calls isspace, tolower, isalnum) can handle
39 # Additionally test final isalnum() in startsWith().
H A Dfts3al.test24 # Tests that startsWith() (calls isspace, tolower, isalnum) can handle
39 # Additionally test final isalnum() in startsWith().
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-prologue.js1243 return (p && name) ? name.startsWith(p+'/') : false;
1407 if(k.startsWith(kvinfo.prefix)) toRm.push(k);
1439 if(k.startsWith(kvinfo.prefix)){
H A Dsqlite3-api-worker1.js485 rc.persistent = (!!pDir && db.filename.startsWith(pDir+'/'))
/sqlite-3.40.0/ext/fts1/
H A Dfts1.c1775 static int startsWith(const char *s, const char *t){ in startsWith() function
1858 if( startsWith(azArg[i],"tokenize") ){ in parseSpec()
1965 if( spec->azTokenizer[0]==0 || startsWith(spec->azTokenizer[0], "simple") ){ in constructVtab()
1967 }else if( startsWith(spec->azTokenizer[0], "porter") ){ in constructVtab()
/sqlite-3.40.0/ext/wasm/fiddle/
H A Dfiddle.js163 keys: ()=>Object.keys($storageHolder).filter((v)=>(v||'').startsWith(storageKeyPrefix)),
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_file.c2943 static Segment *startsWith(Segment *pRun, LsmPgno iFirst){ in startsWith() function
2956 if( 0==(pSeg = startsWith(&pLvl->lhs, iFirst)) ){ in findSegment()
2959 if( (pSeg = startsWith(&pLvl->aRhs[i], iFirst)) ) break; in findSegment()
/sqlite-3.40.0/ext/fts2/
H A Dfts2.c2643 static int startsWith(const char *s, const char *t){ in startsWith() function
2726 if( startsWith(azArg[i],"tokenize") ){ in parseSpec()