Searched refs:p_query_req_copy (Results 1 – 2 of 2) sorted by relevance
72 osmv_query_req_t *p_query_req_copy = NULL; in __osmv_sa_mad_rcv_cb() local87 p_query_req_copy = (osmv_query_req_t *) in __osmv_sa_mad_rcv_cb()91 query_res.query_context = p_query_req_copy->query_context; in __osmv_sa_mad_rcv_cb()148 query_res.query_type = p_query_req_copy->query_type; in __osmv_sa_mad_rcv_cb()150 p_query_req_copy->pfn_query_cb(&query_res); in __osmv_sa_mad_rcv_cb()152 if ((p_query_req_copy->flags & OSM_SA_FLAGS_SYNC) == OSM_SA_FLAGS_SYNC) in __osmv_sa_mad_rcv_cb()158 if (p_query_req_copy) in __osmv_sa_mad_rcv_cb()159 free(p_query_req_copy); in __osmv_sa_mad_rcv_cb()176 osmv_query_req_t *p_query_req_copy = NULL; in __osmv_sa_mad_err_cb() local182 p_query_req_copy = (osmv_query_req_t *) in __osmv_sa_mad_err_cb()[all …]
76 osmv_query_req_t *p_query_req_copy = NULL; in __osmv_sa_mad_rcv_cb() local91 p_query_req_copy = in __osmv_sa_mad_rcv_cb()95 query_res.query_context = p_query_req_copy->query_context; in __osmv_sa_mad_rcv_cb()155 query_res.query_type = p_query_req_copy->query_type; in __osmv_sa_mad_rcv_cb()157 p_query_req_copy->pfn_query_cb(&query_res); in __osmv_sa_mad_rcv_cb()159 if ((p_query_req_copy->flags & OSM_SA_FLAGS_SYNC) == OSM_SA_FLAGS_SYNC) in __osmv_sa_mad_rcv_cb()165 if (p_query_req_copy) in __osmv_sa_mad_rcv_cb()166 free(p_query_req_copy); in __osmv_sa_mad_rcv_cb()183 osmv_query_req_t *p_query_req_copy = NULL; in __osmv_sa_mad_err_cb() local189 p_query_req_copy = in __osmv_sa_mad_err_cb()[all …]