Searched refs:URI_TEMP (Results 1 – 3 of 3) sorted by relevance
530 ASSERT(del->hash != URI_TEMP); in uri_delete()1025 if (uri->hash != URI_TEMP) { in nl7c_urifree()1069 if (uri->hash != URI_TEMP && uri->nocache) { in nl7c_resp_parse()1081 uri->hash = URI_TEMP; in nl7c_resp_parse()1148 if (uri->hash != URI_TEMP && uri->count > nca_max_cache_size) { in nl7c_data()1150 uri->hash = URI_TEMP; in nl7c_data()1387 if (uri->hash != URI_TEMP && total_count > nca_max_cache_size) { in nl7c_sendfilev()1389 uri->hash = URI_TEMP; in nl7c_sendfilev()1496 if (uri->hash != URI_TEMP) { in nl7c_close()1860 if (uri->hash != URI_TEMP) in uri_response()[all …]
156 #define URI_TEMP (uri_desc_t *)-1 /* Temp (nocache) uri_t.hash pointer */ macro
995 uri->hash = URI_TEMP; in http_mkresponse()