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

  /external/clearsilver/util/
neo_err.h 202 /* function: nerr_match
203 * description: nerr_match is used to walk the NEOERR chain and match
212 int nerr_match (NEOERR *err, NERR_TYPE type);
216 * of nerr_match, but it will also deallocate the error chain
neo_err.c 388 int nerr_match (NEOERR *err, int etype) function
  /external/clearsilver/java-jni/
j_neo_util.c 53 if (nerr_match(err, NERR_PARSE)) {
56 } else if (nerr_match(err, NERR_IO)) {
59 } else if (nerr_match(err, NERR_NOMEM)) {
316 if (nerr_match(err, NERR_NOT_FOUND)) {
  /external/clearsilver/python/
neo_util.c 26 if (nerr_match(err, NERR_PARSE))
  /external/clearsilver/cgi/
cgi.c 358 if (nerr_match(err, NERR_ASSERT)) {
460 if (nerr_match(err, NERR_ASSERT)) {
    [all...]

Completed in 17 milliseconds