OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:templNr
(Results
1 - 3
of
3
) sorted by null
/external/libxslt/libxslt/
extra.c
65
for (i = 0, j = ctxt->
templNr
- 1; ((i < 15) && (j >= 0)); i++, j--) {
transform.c
128
if (ctxt->
templNr
>= ctxt->templMax) {
139
ctxt->templTab[ctxt->
templNr
] = value;
141
return (ctxt->
templNr
++);
156
if (ctxt->
templNr
<= 0)
158
ctxt->
templNr
--;
159
if (ctxt->
templNr
> 0)
160
ctxt->templ = ctxt->templTab[ctxt->
templNr
- 1];
163
ret = ctxt->templTab[ctxt->
templNr
];
164
ctxt->templTab[ctxt->
templNr
] = 0;
456
cur->
templNr
= 0
[
all
...]
xsltInternals.h
[
all
...]
Completed in 557 milliseconds