Searched refs:ignore_result (Results 1 – 5 of 5) sorted by relevance
14 template <typename T> static void ignore_result(const T&) {} in ignore_result() function312 ignore_result(strtod(argv[i + 1], &end)); in Parse()
310 inline void ignore_result(const T&) { in ignore_result() function
1076 const bool ignore_result = is_external && request.url.IsStandard() && in OnRequestComplete() local1082 if (state->handler_ && !ignore_result) { in OnRequestComplete()
1179 + ignore_result(HANDLE_EINTR(write(STDERR_FILENO, output, strlen(output))));