Searched refs:zBuf (Results 1 – 11 of 11) sorted by relevance
/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | wasm32-wasi-vfs.c | 163 const void *zBuf, /* Buffer containing data to write */ in demoDirectWrite() argument 175 nWrite = write(p->fd, zBuf, iAmt); in demoDirectWrite() 214 void *zBuf, in demoRead() argument 238 nRead = read(p->fd, zBuf, iAmt); in demoRead() 254 const void *zBuf, in demoWrite() argument 261 char *z = (char *)zBuf; /* Pointer to remaining data to write */ in demoWrite() 294 return demoDirectWrite(p, zBuf, iAmt, iOfst); in demoWrite()
|
/external/lzma/C/Util/7z/ |
D | makefile.gcc | 7 OBJS = 7zMain.o 7zAlloc.o 7zArcIn.o 7zBuf.o 7zBuf2.o 7zCrc.o 7zCrcOpt.o 7zDec.o CpuArch.o Delta.o L… 23 7zBuf.o: ../../7zBuf.c 24 $(CXX) $(CFLAGS) ../../7zBuf.c
|
D | makefile | 7 $O\7zBuf.obj \
|
D | 7z.dsp | 107 SOURCE=..\..\7zBuf.c 111 SOURCE=..\..\7zBuf.h
|
/external/lzma/C/Util/SfxSetup/ |
D | makefile | 7 $O\7zBuf.obj \
|
D | makefile_con | 8 $O\7zBuf.obj \
|
D | SfxSetup.dsp | 110 SOURCE=..\..\7zBuf.c 114 SOURCE=..\..\7zBuf.h
|
/external/lzma/C/ |
D | Android.bp | 41 "7zBuf.c",
|
/external/sqlite/dist/orig/ |
D | shell.c | 574 char zBuf[1000]; in utf8_width_print() local 575 if( aw>(int)sizeof(zBuf)/3 ) aw = (int)sizeof(zBuf)/3; in utf8_width_print() 1917 char zBuf[50]; in hash_step_vformat() local 1919 sqlite3_vsnprintf(sizeof(zBuf),zBuf,zFormat,ap); in hash_step_vformat() 1921 n = (int)strlen(zBuf); in hash_step_vformat() 1922 SHA3Update(p, (unsigned char*)zBuf, n); in hash_step_vformat() 3804 void *zBuf, in apndRead() argument 3810 return pFile->pMethods->xRead(pFile, zBuf, iAmt, iOfst+p->iPgOne); in apndRead() 3831 const void *zBuf, in apndWrite() argument 3839 rc = pFile->pMethods->xWrite(pFile, zBuf, iAmt, iOfst+p->iPgOne); in apndWrite() [all …]
|
/external/sqlite/dist/ |
D | shell.c | 579 char zBuf[1000]; in utf8_width_print() local 580 if( aw>(int)sizeof(zBuf)/3 ) aw = (int)sizeof(zBuf)/3; in utf8_width_print() 1922 char zBuf[50]; in hash_step_vformat() local 1924 sqlite3_vsnprintf(sizeof(zBuf),zBuf,zFormat,ap); in hash_step_vformat() 1926 n = (int)strlen(zBuf); in hash_step_vformat() 1927 SHA3Update(p, (unsigned char*)zBuf, n); in hash_step_vformat() 3809 void *zBuf, in apndRead() argument 3815 return pFile->pMethods->xRead(pFile, zBuf, iAmt, iOfst+p->iPgOne); in apndRead() 3836 const void *zBuf, in apndWrite() argument 3844 rc = pFile->pMethods->xWrite(pFile, zBuf, iAmt, iOfst+p->iPgOne); in apndWrite() [all …]
|
/external/perfetto/buildtools/ |
D | BUILD.gn | 884 "lzma/C/7zBuf.c",
|