Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c193388 const char *pInput, int nBytes, /* Input buffer */
203642 const char *pInput; /* input we are tokenizing */ member
203715 const char *pInput, int nBytes, /* String to be tokenized */ argument
203725 c->pInput = pInput;
203726 if( pInput==0 ){
203729 c->nBytes = (int)strlen(pInput);
203767 unsigned char *p = (unsigned char *)c->pInput;
237877 SessionInput *pInput, /* Input changeset */ argument
237903 if( (rc = sessionInputBuffer(pInput, 2)) ) goto finished_invert;
237904 if( pInput->iNext+1>=pInput->nData ){
[all …]