Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.h1182 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg);
1185 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
3292 int nByte, /* Maximum length of zSql in bytes. */
3299 int nByte, /* Maximum length of zSql in bytes. */
3306 int nByte, /* Maximum length of zSql in bytes. */
3313 int nByte, /* Maximum length of zSql in bytes. */
H A Dsqlite3.c17148 nByte = ROUND8(nByte); in sqlite3MemMalloc()
17599 memset(((char*)pInt)+nByte, 0x65, nReserve-nByte); in sqlite3MemMalloc()
34843 int nByte;
34871 int nByte;
34901 int nByte;
63966 if( nByte>iLimit ) nByte = iLimit+1;
63968 for(nByte=0; nByte<=iLimit && (z[nByte] | z[nByte+1]); nByte+=2){}
66368 nByte = ROUND8(nByte);
70944 int nByte;
70946 nByte =
[all …]

Completed in 337 milliseconds