Searched refs:nByte (Results 1 – 8 of 8) sorted by relevance
/external/sqlite/dist/ |
D | sqlite3.c | 1407 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg); 1410 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); 3519 int nByte, /* Maximum length of zSql in bytes. */ 3526 int nByte, /* Maximum length of zSql in bytes. */ 3533 int nByte, /* Maximum length of zSql in bytes. */ 3540 int nByte, /* Maximum length of zSql in bytes. */ 14099 SQLITE_PRIVATE int sqlite3Utf8CharLen(const char *pData, int nByte); 15980 int nByte = 0; /* Used to accumulate return value */ in sqlite3_db_status() local 15983 db->pnBytesFreed = &nByte; in sqlite3_db_status() 15989 nByte += sqlite3GlobalConfig.m.xRoundup(sizeof(HashElem)) * ( in sqlite3_db_status() [all …]
|
D | sqlite3.h | 1193 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg); 1196 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); 3305 int nByte, /* Maximum length of zSql in bytes. */ 3312 int nByte, /* Maximum length of zSql in bytes. */ 3319 int nByte, /* Maximum length of zSql in bytes. */ 3326 int nByte, /* Maximum length of zSql in bytes. */
|
D | Android.patch | 102 nSize = ((nByte+pFile->szChunk-1) / pFile->szChunk) * pFile->szChunk;
|
D | shell.c | 2994 int nByte; /* Number of bytes in an SQL string */ in do_meta_command() local 3072 nByte = strlen30(zSql); in do_meta_command() 3113 zSql = sqlite3_malloc64( nByte*2 + 20 + nCol*2 ); in do_meta_command() 3119 sqlite3_snprintf(nByte+20, zSql, "INSERT INTO \"%w\" VALUES(?", zTable); in do_meta_command()
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 1407 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg); 1410 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); 3519 int nByte, /* Maximum length of zSql in bytes. */ 3526 int nByte, /* Maximum length of zSql in bytes. */ 3533 int nByte, /* Maximum length of zSql in bytes. */ 3540 int nByte, /* Maximum length of zSql in bytes. */ 14099 SQLITE_PRIVATE int sqlite3Utf8CharLen(const char *pData, int nByte); 15980 int nByte = 0; /* Used to accumulate return value */ in sqlite3_db_status() local 15983 db->pnBytesFreed = &nByte; in sqlite3_db_status() 15989 nByte += sqlite3GlobalConfig.m.xRoundup(sizeof(HashElem)) * ( in sqlite3_db_status() [all …]
|
D | sqlite3.h | 1193 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg); 1196 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); 3305 int nByte, /* Maximum length of zSql in bytes. */ 3312 int nByte, /* Maximum length of zSql in bytes. */ 3319 int nByte, /* Maximum length of zSql in bytes. */ 3326 int nByte, /* Maximum length of zSql in bytes. */
|
D | shell.c | 2972 int nByte; /* Number of bytes in an SQL string */ in do_meta_command() local 3050 nByte = strlen30(zSql); in do_meta_command() 3091 zSql = sqlite3_malloc64( nByte*2 + 20 + nCol*2 ); in do_meta_command() 3097 sqlite3_snprintf(nByte+20, zSql, "INSERT INTO \"%w\" VALUES(?", zTable); in do_meta_command()
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | util.cpp | 546 int nByte = params[0].ToInt(); in byteToChar() local 547 unsigned char cByte = (unsigned char)nByte; in byteToChar()
|