OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:profNr
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libxslt/libxslt/
transform.c
252
if (ctxt->
profNr
>= ctxt->profMax) {
262
ctxt->profTab[ctxt->
profNr
] = value;
264
return (ctxt->
profNr
++);
279
if (ctxt->
profNr
<= 0)
281
ctxt->
profNr
--;
282
if (ctxt->
profNr
> 0)
283
ctxt->prof = ctxt->profTab[ctxt->
profNr
- 1];
286
ret = ctxt->profTab[ctxt->
profNr
];
287
ctxt->profTab[ctxt->
profNr
] = 0;
479
cur->
profNr
= 0
[
all
...]
xsltInternals.h
[
all
...]
Completed in 509 milliseconds