Lines Matching refs:error
6 set mark, clear mark, pop errors until mark and pop last error
20 ERR_set_mark() sets a mark on the current topmost error record if there
23 ERR_pop_to_mark() will pop the top of the error stack until a mark is found.
28 ERR_count_to_mark() returns the number of entries on the error stack above the
30 error stack, the number of entries in the error stack is returned.
32 ERR_pop() unconditionally pops a single error entry from the top of the error
37 ERR_set_mark() returns 0 if the error stack is empty, otherwise 1.
40 error stack, which implies that the stack became empty, otherwise 1.
42 ERR_count_to_mark() returns the number of error stack entries found above the
43 most recent mark, if any, or the total number of error stack entries.
45 ERR_pop() returns 1 if an error was popped or 0 if the error stack was empty.