Searched refs:last_error_code_ (Results 1 – 2 of 2) sorted by relevance
57 #define ZERROR(CODE, MSG) {last_error_code_ = CODE; \63 : zip_file_(zip_file), include_path_(include_path), last_error_code_(0) { in ZipSourceTree()95 return last_error_code_; in GetLastErrorCode()
42 int last_error_code_; variable