Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c193091 const char *pInput, int nBytes, /* Input buffer */
203328 const char *pInput; /* input we are tokenizing */ member
203401 const char *pInput, int nBytes, /* String to be tokenized */ argument
203411 c->pInput = pInput;
203412 if( pInput==0 ){
203415 c->nBytes = (int)strlen(pInput);
203453 unsigned char *p = (unsigned char *)c->pInput;
237473 SessionInput *pInput, /* Input changeset */ argument
237499 if( (rc = sessionInputBuffer(pInput, 2)) ) goto finished_invert;
237500 if( pInput->iNext>=pInput->nData ) break;
[all …]