Searched refs:first_error (Results 1 – 18 of 18) sorted by relevance
33 first_error(0), in child_reader()62 first_error = errno; in exec_command()69 first_error = errno; in exec_command()217 return first_error == 0; in get_data()232 first_error = WEXITSTATUS(ret) | WIFSIGNALED(ret); in terminate_process()235 first_error = WTERMSIG(ret); in terminate_process()240 first_error = -1; in terminate_process()253 return first_error; in terminate_process()262 << strerror(first_error); in error_str()264 if (first_error) { in error_str()[all …]
71 int error() const { return first_error; } in error()99 int first_error; variable
56 error.errorCode = glx_dpy->codes->first_error + errorCode; in __glXSendError()
105 *error_basep = info->codes->first_error;
212 *errorBase = info->codes->first_error; in DRI2QueryExtension()
214 code -= codes->first_error; \
375 base::DictionaryValue* first_error = NULL; in OnURLFetchComplete() local377 errors->GetDictionary(0, &first_error)) { in OnURLFetchComplete()379 first_error->GetStringWithoutPathExpansion(kErrorReasonKey, &reason); in OnURLFetchComplete()
93 *error_basep = info->codes->first_error; in XEXT_GENERATE_CLOSE_DISPLAY()
138 *error_basep = info->codes->first_error;
1514 int ext_code, first_event, first_error; in LogErrorEventDescription() local1515 XQueryExtension(dpy, ext_list[i], &ext_code, &first_event, &first_error); in LogErrorEventDescription()
158 *error_basep = info->codes->first_error; in SDL_NAME()
134 *p_errorBase = info->codes->first_error; in XEXT_GENERATE_CLOSE_DISPLAY()
114 if (error_basep) *error_basep = info->codes->first_error; in XNVCTRLQueryExtension()
113 *error_basep = info->codes->first_error;