Searched refs:POE_OK (Results 1 – 4 of 4) sorted by relevance
116 int conf_edit_error = POE_OK; /* cached error for error reporting */118 int conf_list_error = POE_OK; /* cached error for error reporting */260 if (conf_edit_error != POE_OK) {273 if (conf_list_error != POE_OK) {282 | discover_command {conf_list_error = conf_edit_error = POE_OK;};335 conf_list_error = conf_edit_error = POE_OK;
81 #define POE_OK 0 macro
121 static int pool_errval = POE_OK;627 return (POE_OK); in pool_error()641 case POE_OK: in pool_strerror()
170 public final static int POE_OK = 0; field in PoolInternal