Home
last modified time | relevance | path

Searched refs:zInput (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c118060 if( zDb && zInput ){
193328 zInput++;
193350 if( zInput[4]=='/' && zInput[5]>='0' && zInput[5]<='9' ){
193385 if( *zInput=='"' ){
194685 c->zInput = zInput;
194686 if( zInput==0 ){
195524 const char *zInput;
196297 pCsr->zInput = 0;
217003 if( !zInput ){
217329 if( zInput==0 ){
[all …]
H A Dshell.c19473 const char * zInput; /* Input string from wasm/JS proxy */ member
31093 shellState.wasm.zInput = zSql;
31096 shellState.wasm.zInput = shellState.wasm.zPos = 0;