pike.git
/
src
/
modules
/
_Roxen
/
roxen.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/modules/_Roxen/roxen.c:303:
else *foo=0; bar+=3; } else { *foo=*(bar++); } pop_n_elems(args); push_string(end_shared_string(newstr)); } static void f_html_encode_string( INT32 args )
+
/*! @decl string html_encode_string(mixed in)
+
*!
+
*! Encodes the @[in] data as an HTML safe string.
+
*/
{ struct pike_string *str; int newlen; if( args != 1 ) Pike_error("Wrong number of arguments to html_encode_string\n" ); switch( Pike_sp[-1].type ) { struct pike_string *s;