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

  /external/clearsilver/util/
neo_err.c 63 return INTERNAL_ERR;
79 if (err == NULL || err == INTERNAL_ERR)
104 if (err == INTERNAL_ERR)
127 if (err == INTERNAL_ERR)
154 if (nerr == INTERNAL_ERR)
176 if (nerr == INTERNAL_ERR)
202 if (err == INTERNAL_ERR)
210 while (more && more != INTERNAL_ERR)
256 if (err == INTERNAL_ERR)
263 while (more && more != INTERNAL_ERR)
    [all...]
neo_err.h 28 #define INTERNAL_ERR ((NEOERR *)1)
83 * returns: a pointer to a NEOERR, or INTERNAL_ERR if allocation of

Completed in 276 milliseconds