| 89 | static void set_statistics(gpre_req*, const act*); |
| 90 | |
| 91 | static inline void STUFF_CHECK(gpre_req* request, int n) |
| 92 | { |
| 93 | if (request->req_base - request->req_blr + request->req_length <= n + 50) |
| 94 | CMP_check(request, n); |
| 95 | } |
| 96 | |
| 97 | |
| 98 | const int BLOB_BUFFER_SIZE = 4096; // to read in blr blob for default values |
no test coverage detected