Searched refs:zByte (Results 1 – 6 of 6) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | mem5.c | 458 u8 *zByte; /* Memory usable by this allocator */ in memsys5Init() local 473 zByte = (u8*)sqlite3GlobalConfig.pHeap; in memsys5Init() 474 assert( zByte!=0 ); /* sqlite3_config() does not allow otherwise */ in memsys5Init() 484 mem5.zPool = zByte; in memsys5Init()
|
| H A D | test_demovfs.c | 584 static int demoRandomness(sqlite3_vfs *pVfs, int nByte, char *zByte){ in demoRandomness() argument
|
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_test_tok.c | 375 const char *zByte = (const char *)sqlite3_value_text(apVal[0]); in fts5tokFilterMethod() local 381 if( nByte>0 ) memcpy(pCsr->zInput, zByte, nByte); in fts5tokFilterMethod() 384 pTab->pTok, (void*)pCsr, 0, zByte, nByte, fts5tokCb in fts5tokFilterMethod()
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3_tokenize_vtab.c | 348 const char *zByte = (const char *)sqlite3_value_text(apVal[0]); in fts3tokFilterMethod() local 354 if( nByte>0 ) memcpy(pCsr->zInput, zByte, nByte); in fts3tokFilterMethod()
|
| H A D | fts3_expr.c | 315 const char *zByte; in getNextString() local 317 rc = pModule->xNext(pCursor, &zByte, &nByte, &iBegin, &iEnd, &iPos); in getNextString() 331 memcpy(&zTemp[nTemp], zByte, nByte); in getNextString()
|
| /sqlite-3.40.0/ext/async/ |
| H A D | sqlite3async.c | 592 const char *zByte in addNewAsyncWrite() argument 598 p = sqlite3_malloc(sizeof(AsyncWrite) + (zByte?nByte:0)); in addNewAsyncWrite() 613 if( zByte ){ in addNewAsyncWrite() 615 memcpy(p->zBuf, zByte, nByte); in addNewAsyncWrite()
|