OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:zEnd
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_tokenizer.c
161
char *
zEnd
; /* Pointer to nul-term of zCopy */
166
zEnd
= &zCopy[strlen(zCopy)];
180
while( z<
zEnd
&& (NULL!=(z = (char *)sqlite3Fts3NextToken(z, &n))) ){
fts3.c
[
all
...]
/external/chromium_org/third_party/sqlite/src/src/
alter.c
705
char *
zEnd
= &zCol[pColDef->n-1];
707
while(
zEnd
>zCol && (*
zEnd
==';' || sqlite3Isspace(*
zEnd
)) ){
708
*
zEnd
-- = '\0';
util.c
265
const char *
zEnd
= z + length;
281
while( z<
zEnd
&& sqlite3Isspace(*z) ) z+=incr;
282
if( z>=
zEnd
) return 0;
293
while( z<
zEnd
&& z[0]=='0' ) z+=incr, nDigits++;
296
while( z<
zEnd
&& sqlite3Isdigit(*z) && s<((LARGEST_INT64-9)/10) ){
303
while( z<
zEnd
&& sqlite3Isdigit(*z) ) z+=incr, nDigits++, d++;
304
if( z>=
zEnd
) goto do_atof_calc;
311
while( z<
zEnd
&& sqlite3Isdigit(*z) && s<((LARGEST_INT64-9)/10) ){
316
while( z<
zEnd
&& sqlite3Isdigit(*z) ) z+=incr, nDigits++;
318
if( z>=
zEnd
) goto do_atof_calc
[
all
...]
build.c
[
all
...]
recover.c
[
all
...]
vdbeaux.c
[
all
...]
tclsqlite.c
1005
const char *
zEnd
;
1008
zEnd
= azEnd[(rc==TCL_ERROR)*2 + (pDb->nTransaction==0)];
1011
if( sqlite3_exec(pDb->db,
zEnd
, 0, 0, 0) ){
[
all
...]
sqliteInt.h
[
all
...]
/frameworks/rs/cpu_ref/
rsCpuCore.h
70
uint32_t
zEnd
;
/frameworks/rs/
rsDefines.h
392
uint32_t
zEnd
;
/external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1.c
[
all
...]
/external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2.c
[
all
...]
/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 3856 milliseconds