Searched refs:aBuffer (Results 1 - 3 of 3) sorted by relevance
/third_party/sqlite/src/ |
H A D | sqlite3.c | 65061 walMergesort( const u32 *aContent, ht_slot *aBuffer, ht_slot *aList, int *pnList ) global() argument 100134 u8 *aBuffer; /* Current read buffer */ global() member 100192 u8 *aBuffer; /* Pointer to write buffer */ global() member 179835 char *aBuffer; /* Buffer to merge doclists in */ global() member 197397 char aBuffer[64]; global() local 197398 sqlite3_snprintf(sizeof(aBuffer), aBuffer, global() local [all...] |
H A D | shell.c | 7132 u8 *aBuffer; /* Temporary buffer used for various tasks */ member 7225 pNew->aBuffer = (u8*)&pNew[1]; in zipfileConnect() 7227 pNew->zFile = (char*)&pNew->aBuffer[ZIPFILE_BUFFER_SIZE]; in zipfileConnect() 7486 u8 *aBuffer, in zipfileReadLFH() 7489 u8 *aRead = aBuffer; in zipfileReadLFH() 7656 aRead = pTab->aBuffer; in zipfileGetEntry() 7985 u8 *aRead = pTab->aBuffer; /* Temporary buffer */ in zipfileReadEOCD() 8234 u8 *aBuf = pTab->aBuffer; in zipfileAppendEntry() 8590 int nBuf = zipfileSerializeEOCD(p, pTab->aBuffer); in zipfileAppendEOCD() 8592 return zipfileAppendData(pTab, pTab->aBuffer, nBu in zipfileAppendEOCD() 7485 zipfileReadLFH( u8 *aBuffer, ZipfileLFH *pLFH ) zipfileReadLFH() argument [all...] |
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 164 milliseconds