Searched refs:rsSetString (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/generic/
H A Ddomxpath.c368 void rsSetString ( xpathResultSet *rs, const char *s) { function
2988 rsSetString (result, leftStr);
3031 rsSetString (result, leftStr);
3287 rsSetString (result, leftStr);
3289 rsSetString (result, "");
3295 rsSetString (result, pfrom + strlen (rightStr));
3297 rsSetString (result, "");
3343 rsSetString (result, pto);
3372 rsSetString (result, "");
3393 rsSetString (resul
[all...]
H A Ddomxpath.h206 void rsSetString ( xpathResultSet *rs, const char *s );
H A Ddomxslt.c2293 if (NaN == 2) rsSetString (result, df->NaN);
2294 else if (NaN == 1) rsSetString (result, df->infinity);
2299 rsSetString (result, Tcl_DStringValue (&dStr));
2755 rsSetString (&rs, "");
6121 rsSetString (&rs, parameters[i+1]);
H A Dtcldom.c1338 rsSetString(result, Tcl_GetString(resultPtr));
1365 rsSetString(result, Tcl_GetString(value));
1393 rsSetString(result, Tcl_GetString(value));

Completed in 123 milliseconds