Lines Matching defs:error
31 uint32_t error;
67 if (error == ERROR_NONE) {
72 if (error == ERROR_RETRY) {
86 if (error != ERROR_NONE) {
88 header->error = error;
91 if (error == ERROR_RETRY) {
98 header->error = error;
110 if (header->error == ERROR_NONE) {
113 error = nonErrorDeserialize(payload + sizeof(*header), end);
115 error = static_cast<gatekeeper_error_t>(header->error);
117 if (error == ERROR_RETRY) {
126 return error;
131 this->error = ERROR_RETRY;
173 gatekeeper_error_t error = ERROR_NONE;
187 error = read_from_buffer(&payload, end, &password_handle);
188 if (error != ERROR_NONE) return error;