Home | History | Annotate | Download | only in cs

Lines Matching full:escaping

208   NEOS_ESCAPE escape; /* States escaping exemptions. default: NONE. */
217 * automatic escaping in tandem with the 'escape' directive. It is passed
222 NEOS_ESCAPE global_ctx; /* Contains global default escaping mode:
231 escaping state to delay escaping status to
233 NEOS_ESCAPE when_undef; /* Contains the escaping context to be used when a
265 CS_ECONTEXT escaping; /* Context container for escape data */
437 * designed to allow for string formating/escaping
441 * escaping). Note that we explicitly don't provide any
461 * Function: cs_register_esc_strfunc - cs_register_strfunc with escaping context
463 * except that it changes the evaluation escaping context to disable
464 * default escaping.