OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zAlloc
(Results
1 - 9
of
9
) sorted by null
/external/lzma/C/Util/7z/
makefile
7
$O\7
zAlloc
.obj \
/external/lzma/C/Util/SfxSetup/
makefile
6
$O\7
zAlloc
.obj \
/external/chromium_org/third_party/sqlite/src/src/
test_onefile.c
121
char *
zAlloc
;
259
sqlite3_free(pTmp->
zAlloc
);
276
memcpy(zBuf, &pTmp->
zAlloc
[iOfst], iAmt);
292
char *zNew = sqlite3_realloc(pTmp->
zAlloc
, nNew);
296
pTmp->
zAlloc
= zNew;
299
memcpy(&pTmp->
zAlloc
[iOfst], zBuf, iAmt);
/external/chromium_org/third_party/lzma_sdk/
lzma_sdk.target.darwin-arm.mk
25
third_party/lzma_sdk/7
zAlloc
.c \
lzma_sdk.target.darwin-mips.mk
25
third_party/lzma_sdk/7
zAlloc
.c \
lzma_sdk.target.darwin-x86.mk
25
third_party/lzma_sdk/7
zAlloc
.c \
lzma_sdk.target.linux-arm.mk
25
third_party/lzma_sdk/7
zAlloc
.c \
lzma_sdk.target.linux-mips.mk
25
third_party/lzma_sdk/7
zAlloc
.c \
lzma_sdk.target.linux-x86.mk
25
third_party/lzma_sdk/7
zAlloc
.c \
Completed in 292 milliseconds