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