OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pCurrent
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/sqlite/src/ext/fts1/
simple_tokenizer.c
40
const char *
pCurrent
; /* current position in pInput */
100
c->
pCurrent
= c->pInput; /* start tokenizing at the beginning */
130
while( c->
pCurrent
-c->pInput<c->nBytes ){
131
int n = (int) strcspn(c->
pCurrent
, t->zDelim);
140
char ch = c->
pCurrent
[ii];
146
*piStartOffset = (int) (c->
pCurrent
-c->pInput);
149
c->
pCurrent
+= n + 1;
153
c->
pCurrent
+= n + 1;
/external/chromium_org/third_party/sqlite/src/src/
status.c
84
int sqlite3_status(int op, int *
pCurrent
, int *pHighwater, int resetFlag){
89
*
pCurrent
= wsdStat.nowValue[op];
103
int *
pCurrent
, /* Write current value here */
111
*
pCurrent
= db->lookaside.nOut;
127
*
pCurrent
= 0;
152
*
pCurrent
= totalUsed;
158
** *
pCurrent
gets an accurate estimate of the amount of memory used
196
*
pCurrent
= nByte;
201
** *
pCurrent
gets an accurate estimate of the amount of memory used
216
*
pCurrent
= nByte
[
all
...]
os_unix.c
295
sqlite3_syscall_ptr
pCurrent
; /* Current value of the system call */
299
#define osOpen ((int(*)(const char*,int,...))aSyscall[0].
pCurrent
)
302
#define osClose ((int(*)(int))aSyscall[1].
pCurrent
)
305
#define osAccess ((int(*)(const char*,int))aSyscall[2].
pCurrent
)
308
#define osGetcwd ((char*(*)(char*,size_t))aSyscall[3].
pCurrent
)
311
#define osStat ((int(*)(const char*,struct stat*))aSyscall[4].
pCurrent
)
324
#define osFstat ((int(*)(int,struct stat*))aSyscall[5].
pCurrent
)
328
#define osFtruncate ((int(*)(int,off_t))aSyscall[6].
pCurrent
)
331
#define osFcntl ((int(*)(int,int,...))aSyscall[7].
pCurrent
)
334
#define osRead ((ssize_t(*)(int,void*,size_t))aSyscall[8].
pCurrent
)
[
all
...]
sqlite.h.in
[
all
...]
/external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3Int.h
244
** Variable
pCurrent
always points to the start of a docid field within
261
char *
pCurrent
;
fts3.c
[
all
...]
fts3_write.c
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
sqlite3.h
[
all
...]
Completed in 116 milliseconds