| 6635 | } |
| 6636 | |
| 6637 | void |
| 6638 | TSFetchFlagSet(TSFetchSM fetch_sm, int flags) |
| 6639 | { |
| 6640 | sdk_assert(sdk_sanity_check_fetch_sm(fetch_sm) == TS_SUCCESS); |
| 6641 | (reinterpret_cast<FetchSM *>(fetch_sm))->set_fetch_flags(flags); |
| 6642 | } |
| 6643 | |
| 6644 | TSFetchSM |
| 6645 | TSFetchCreate(TSCont contp, const char *method, const char *url, const char *version, struct sockaddr const *client_addr, int flags) |
nothing calls this directly
no test coverage detected