Lines Matching refs:get_error_values
166 static unsigned long get_error_values(ERR_GET_ACTION g,
352 return get_error_values(EV_POP, NULL, NULL, NULL, NULL, NULL);
359 return get_error_values(EV_POP, file, line, func, data, flags);
365 return get_error_values(EV_POP, file, line, NULL, NULL, NULL);
371 return get_error_values(EV_POP, file, line, NULL, data, flags);
377 return get_error_values(EV_PEEK, NULL, NULL, NULL, NULL, NULL);
382 return get_error_values(EV_PEEK, file, line, NULL, NULL, NULL);
387 return get_error_values(EV_PEEK, NULL, NULL, func, NULL, NULL);
392 return get_error_values(EV_PEEK, NULL, NULL, NULL, data, flags);
399 return get_error_values(EV_PEEK, file, line, func, data, flags);
406 return get_error_values(EV_PEEK, file, line, NULL, data, flags);
412 return get_error_values(EV_PEEK_LAST, NULL, NULL, NULL, NULL, NULL);
417 return get_error_values(EV_PEEK_LAST, file, line, NULL, NULL, NULL);
422 return get_error_values(EV_PEEK_LAST, NULL, NULL, func, NULL, NULL);
427 return get_error_values(EV_PEEK_LAST, NULL, NULL, NULL, data, flags);
434 return get_error_values(EV_PEEK_LAST, file, line, func, data, flags);
441 return get_error_values(EV_PEEK_LAST, file, line, NULL, data, flags);
445 static unsigned long get_error_values(ERR_GET_ACTION g,