Roxen.git/
server/
modules/
tags/
rxmltags.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2001-05-16
2001-05-16 12:56:54 by Per Hedbor <ph@opera.com>
b98939ca9864f4bdbabc79a3b01c043a4eaa6acd (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Count emit separately
Rev: server/modules/tags/rxmltags.pike:1.227
7:
#define _rettext id->misc->defines[" _rettext"] #define _ok id->misc->defines[" _ok"]
-
constant cvs_version = "$Id: rxmltags.pike,v 1.
226
2001/
04
/
24
23
:
23
:
39
nilsson
Exp $";
+
constant cvs_version = "$Id: rxmltags.pike,v 1.
227
2001/
05
/
16
12
:
56
:
54
per
Exp $";
constant thread_safe = 1; constant language = roxen->language;
2805:
vars = (["counter":0]); TRACE_ENTER("Fetch emit dataset for source "+args->source, 0);
+
PROF_ENTER( args->source, "emit" );
res=plugin->get_dataset(args, id);
-
+
PROF_LEAVE( args->source, "emit" );
TRACE_LEAVE(""); if(plugin->skiprows && args->skiprows)