OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nbchars
(Results
1 - 5
of
5
) sorted by null
/external/libxml2/
xmlIO.c
2999
int
nbchars
= 0;
local
3074
int
nbchars
= 0;
local
3193
int
nbchars
= 0; \/* number of chars to output to I\/O *\/
local
3357
int
nbchars
= 0; \/* number of chars to output to I\/O *\/
local
3510
int
nbchars
= 0, ret = 0;
local
[
all
...]
parserInternals.c
541
ctxt->
nbChars
++;
557
ctxt->
nbChars
++;
700
ctxt->
nbChars
++;
716
ctxt->
nbChars
++;
1104
int
nbchars
;
local
[
all
...]
HTMLparser.c
239
#define SKIP(val) ctxt->
nbChars
+= (val),ctxt->input->cur += (val),ctxt->input->col+=(val)
274
ctxt->token = 0; ctxt->input->cur += l; ctxt->
nbChars
++; \
443
ctxt->
nbChars
++;
3362
int
nbchars
;
local
5379
int
nbchars
;
local
[
all
...]
parser.c
2485
int
nbchars
= 0;
local
11462
int
nbchars
;
local
[
all
...]
/external/libxml2/include/libxml/
parser.h
231
long
nbChars
; /* number of xmlChar processed */
[
all
...]
Completed in 107 milliseconds