HomeSort by: relevance | last modified time | path
    Searched refs:nVal (Results 1 - 3 of 3) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3.h 13494 ** utf-8. Parameter nVal may either be the size of the text value in bytes, or
13499 sqlite3_changegroup*, int, int, const char *pVal, int nVal
13508 ** nVal is the size of the blob in bytes.
13511 sqlite3_changegroup*, int, int, const void *pVal, int nVal
13623 int nVal, /* Number of values in apVal[] array */
shell.c 2290 ** Append nVal bytes of text from zVal onto the end of pOut.
2297 int nVal /* Use only the first nVal bytes of zVal[] */
2302 while( i<nVal ){
2307 nVal -= i;
2313 nVal -= k;
2319 nVal--;
2320 }else if( c=='\r' && nVal==1 ){
2322 nVal--;
2331 nVal--
    [all...]
sqlite3.c 13815 ** utf-8. Parameter nVal may either be the size of the text value in bytes, or
13820 sqlite3_changegroup*, int, int, const char *pVal, int nVal
13829 ** nVal is the size of the blob in bytes.
13832 sqlite3_changegroup*, int, int, const void *pVal, int nVal
13944 int nVal, /* Number of values in apVal[] array */
    [all...]

Completed in 118 milliseconds