Lines Matching refs:pcontext
199 pClient->handle_event.pcontext = pInitParams->handle_event.pcontext; in iotx_mc_init()
520 handle->h_fp(handle->pcontext, c, msg); in _handle_event()
1062 static void _iotx_mqtt_event_handle_sub(void *pcontext, void *pclient, in _iotx_mqtt_event_handle_sub() argument
1149 _iotx_mqtt_event_handle_sub(c->handle_event.pcontext, c, &msg); in iotx_mc_handle_recv_SUBACK()
1839 pClient->handle_event.h_fp(pClient->handle_event.pcontext, pClient, in iotx_mc_reconnect_callback()
1851 pClient->handle_event.h_fp(pClient->handle_event.pcontext, pClient, in iotx_mc_disconnect_callback()
1977 if (messageHandlers1->handle.pcontext != messageHandler2->handle.pcontext) { in iotx_mc_check_handle_is_identical()
1987 void *pcontext) in MQTTSubscribe() argument
2101 handler->handle.pcontext = pcontext; in MQTTSubscribe()
2918 void *pcontext) in wrapper_mqtt_subscribe() argument
2946 rc = MQTTSubscribe(c, topicFilter, qos, msgId, topic_handle_func, pcontext); in wrapper_mqtt_subscribe()
2962 iotx_mqtt_event_handle_func_fpt topic_handle_func, void *pcontext, in wrapper_mqtt_subscribe_sync() argument
3002 topic_handle_func, pcontext); in wrapper_mqtt_subscribe_sync()