Searched refs:cached_obj_store (Results 1 – 1 of 1) sorted by relevance
5403 HTTPInfo *cached_obj_store = &(sm->t_state.cache_info.object_store); in TSHttpTxnCachedRespModifiableGet() local5409 if (!cached_obj_store->valid()) { in TSHttpTxnCachedRespModifiableGet()5410 cached_obj_store->create(); in TSHttpTxnCachedRespModifiableGet()5413 c_resp = cached_obj_store->response_get(); in TSHttpTxnCachedRespModifiableGet()5415 cached_obj_store->response_set(cached_obj->response_get()); in TSHttpTxnCachedRespModifiableGet()5417 c_resp = cached_obj_store->response_get(); in TSHttpTxnCachedRespModifiableGet()5807 HTTPInfo *cached_obj_store = &(sm->t_state.cache_info.object_store); in TSHttpTxnUpdateCachedObject() local5810 if (!cached_obj_store->valid() || !cached_obj_store->response_get()) { in TSHttpTxnUpdateCachedObject()5814 if (!cached_obj_store->request_get() && !client_request->valid()) { in TSHttpTxnUpdateCachedObject()