OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pChunk
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
memjournal.c
54
FileChunk *
pChunk
; /* Specific chunk into which cursor points */
82
FileChunk *
pChunk
;
89
for(
pChunk
=p->pFirst;
90
ALWAYS(
pChunk
) && (iOff+JOURNAL_CHUNKSIZE)<=iOfst;
91
pChunk
=
pChunk
->pNext
96
pChunk
= p->readpoint.
pChunk
;
103
memcpy(zOut, &
pChunk
->zChunk[iChunkOffset], nCopy);
107
} while( nRead>=0 && (
pChunk
=pChunk->pNext)!=0 && nRead>0 )
[
all
...]
rowset.c
103
struct RowSetChunk *
pChunk
; /* List of all chunk allocations */
130
p->
pChunk
= 0;
148
struct RowSetChunk *
pChunk
, *pNextChunk;
149
for(
pChunk
=p->
pChunk
;
pChunk
;
pChunk
= pNextChunk){
150
pNextChunk =
pChunk
->pNextChunk;
151
sqlite3DbFree(p->db,
pChunk
);
153
p->
pChunk
= 0
[
all
...]
/frameworks/compile/mclinker/include/mcld/Support/
GCFactory.h
84
DataIterator(ChunkType*
pChunk
, unsigned int pPos)
85
: Base(
pChunk
, pPos)
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
/external/sqlite/dist/orig/
sqlite3.c
[
all
...]
/external/sqlite/dist/
sqlite3.c
[
all
...]
Completed in 104 milliseconds