HomeSort by relevance Sort by last modified time
    Searched refs:neos_escape (Results 1 - 4 of 4) sorted by null

  /external/clearsilver/util/
neo_str.h 76 /* NEOS_ESCAPE details the support escape contexts/modes handled
86 } NEOS_ESCAPE;
88 NEOERR* neos_escape(UINT8 *buf, int buflen, char esc_char, const char *escape,
96 NEOERR *neos_var_escape (NEOS_ESCAPE context,
neo_str.c 421 NEOERR* neos_escape(UINT8 *buf, int buflen, char esc_char, const char *escape, function
867 NEOERR *neos_var_escape (NEOS_ESCAPE context,
  /external/clearsilver/python/
neo_util.c 611 err = neos_escape(s, buflen, esc_char[0], escape, &ret);
  /external/clearsilver/ruby/ext/hdf/
neo_util.c 552 err = neos_escape((UINT8*)s, buflen, esc_char[0], escape, &ret);

Completed in 1560 milliseconds