OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pNextChunk
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/xfa/src/fgas/src/crt/
fx_memory.cpp
41
pNext = pChunk->
pNextChunk
;
52
pChunk->
pNextChunk
= NULL;
56
m_pLastChunk->
pNextChunk
= pChunk;
95
pNext = pChunk->
pNextChunk
;
109
pChunk->
pNextChunk
= m_pChunk;
124
pChunk = pChunk->
pNextChunk
;
155
pPrior = pChunk, pChunk = pChunk->
pNextChunk
;
168
m_pChunk = pChunk->
pNextChunk
;
170
pPrior->
pNextChunk
= pChunk->
pNextChunk
;
[
all
...]
fx_memory.h
29
_FX_STATICSTORECHUNK*
pNextChunk
;
65
_FX_FIXEDSTORECHUNK*
pNextChunk
;
110
_FX_DYNAMICSTORECHUNK*
pNextChunk
;
/external/sqlite/dist/orig/
sqlite3.c
[
all
...]
/external/sqlite/dist/
sqlite3.c
[
all
...]
Completed in 1414 milliseconds