Home | History | Annotate | Download | only in src

Lines Matching defs:pCache

462 			sdp_buf_t *pCache = sdp_get_cached_rsp(cstate);
463 if (pCache) {
464 pCacheBuffer = pCache->data;
698 sdp_buf_t *pCache = sdp_get_cached_rsp(cstate);
700 SDPDBG("Obtained cached rsp : %p", pCache);
702 if (pCache) {
703 short sent = MIN(max_rsp_size, pCache->data_size - cstate->cStateValue.maxBytesSent);
704 pResponse = pCache->data;
710 pCache->data_size, sent, cstate->cStateValue.maxBytesSent);
711 if (cstate->cStateValue.maxBytesSent == pCache->data_size)
895 sdp_buf_t *pCache = sdp_get_cached_rsp(cstate);
896 if (pCache) {
897 uint16_t sent = MIN(max, pCache->data_size - cstate->cStateValue.maxBytesSent);
898 pResponse = pCache->data;
902 if (cstate->cStateValue.maxBytesSent == pCache->data_size)