Searched refs:CONF_R_NO_SUCH_FILE (Results 1 – 5 of 5) sorted by relevance
36 # define CONF_R_NO_SUCH_FILE 114 macro
37 {ERR_PACK(ERR_LIB_CONF, 0, CONF_R_NO_SUCH_FILE), "no such file"},
175 (ERR_GET_REASON(ERR_peek_last_error()) == CONF_R_NO_SUCH_FILE)) { in CONF_modules_load_file_ex()
179 ERR_raise(ERR_LIB_CONF, CONF_R_NO_SUCH_FILE); in def_load()
392 CONF_R_NO_SUCH_FILE:114:no such file
Completed in 10 milliseconds