Home
last modified time | relevance | path

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

/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c20397 nByte = ROUND8(nByte); in sqlite3MemMalloc()
20850 memset(((char*)pInt)+nByte, 0x65, nReserve-nByte); in sqlite3MemMalloc()
35331 int nByte;
38798 int nByte;
38825 int nByte;
69532 if( nByte>iLimit ) nByte = iLimit+1;
69534 for(nByte=0; nByte<=iLimit && (z[nByte] | z[nByte+1]); nByte+=2){}
72152 nByte = ROUND8(nByte);
77261 nByte =
184700 if( nByte<128 ) nByte = 128;
[all …]
H A Dsqlite3.h1230 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg);
1233 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
3491 int nByte, /* Maximum length of zSql in bytes. */
3498 int nByte, /* Maximum length of zSql in bytes. */
3505 int nByte, /* Maximum length of zSql in bytes. */
3512 int nByte, /* Maximum length of zSql in bytes. */

Completed in 490 milliseconds