Searched refs:POE_OK (Results 1 – 4 of 4) sorted by relevance
114 int conf_edit_error = POE_OK; /* cached error for error reporting */116 int conf_list_error = POE_OK; /* cached error for error reporting */258 if (conf_edit_error != POE_OK) {271 if (conf_list_error != POE_OK) {280 | discover_command {conf_list_error = conf_edit_error = POE_OK;};333 conf_list_error = conf_edit_error = POE_OK;
79 #define POE_OK 0 macro
119 static int pool_errval = POE_OK;625 return (POE_OK); in pool_error()639 case POE_OK: in pool_strerror()
170 public final static int POE_OK = 0; field in PoolInternal