Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.h1354 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg);
1357 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
3792 int nByte, /* Maximum length of zSql in bytes. */
3799 int nByte, /* Maximum length of zSql in bytes. */
3806 int nByte, /* Maximum length of zSql in bytes. */
3814 int nByte, /* Maximum length of zSql in bytes. */
3821 int nByte, /* Maximum length of zSql in bytes. */
3828 int nByte, /* Maximum length of zSql in bytes. */
H A Dsqlite3.c22878 testcase( ROUND8(nByte)==nByte ); in sqlite3MemMalloc()
22888 testcase( ROUND8(nByte)!=nByte ); in sqlite3MemMalloc()
23332 memset(((char*)pInt)+nByte, 0x65, nReserve-nByte); in sqlite3MemMalloc()
38796 int nByte;
42286 int nByte;
42313 int nByte;
75472 for(nByte=0; nByte<=iLimit && (z[nByte] | z[nByte+1]); nByte+=2){}
78412 nByte = ROUND8(nByte);
83740 nByte =
208594 if( nByte<128 ) nByte = 128;
[all …]

Completed in 460 milliseconds