Searched refs:DEMO_ERR_RET (Results 1 – 1 of 1) sorted by relevance
31 #define DEMO_ERR_RET(err) do { ret = err; goto DEMO_OUT; } while (0) macro791 DEMO_ERR_RET(ERROR_INVALID_PARAM); in main()