OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlStepOpPtr
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libxml/src/
pattern.c
151
typedef xmlStepOp *
xmlStepOpPtr
;
169
xmlStepOpPtr
steps; /* ops for computation */
211
cur->steps = (
xmlStepOpPtr
) xmlMalloc(cur->maxStep * sizeof(xmlStepOp));
229
xmlStepOpPtr
op;
348
xmlStepOpPtr
temp;
349
temp = (
xmlStepOpPtr
) xmlRealloc(comp->steps, comp->maxStep * 2 *
419
xmlStepOpPtr
temp;
420
temp = (
xmlStepOpPtr
) xmlRealloc(comp->steps, comp->maxStep * 2 *
496
xmlStepOpPtr
step;
[
all
...]
/external/libxml2/
pattern.c
151
typedef xmlStepOp *
xmlStepOpPtr
;
169
xmlStepOpPtr
steps; /* ops for computation */
211
cur->steps = (
xmlStepOpPtr
) xmlMalloc(cur->maxStep * sizeof(xmlStepOp));
229
xmlStepOpPtr
op;
348
xmlStepOpPtr
temp;
349
temp = (
xmlStepOpPtr
) xmlRealloc(comp->steps, comp->maxStep * 2 *
419
xmlStepOpPtr
temp;
420
temp = (
xmlStepOpPtr
) xmlRealloc(comp->steps, comp->maxStep * 2 *
496
xmlStepOpPtr
step;
[
all
...]
Completed in 24 milliseconds