Searched refs:NULL_PARAM_CHECK (Results 1 – 2 of 2) sorted by relevance
208 NULL_PARAM_CHECK(client); in mqtt_connect()209 NULL_PARAM_CHECK(client->client_id.utf8); in mqtt_connect()247 NULL_PARAM_CHECK(client); in mqtt_publish()248 NULL_PARAM_CHECK(param); in mqtt_publish()296 NULL_PARAM_CHECK(client); in mqtt_publish_qos1_ack()297 NULL_PARAM_CHECK(param); in mqtt_publish_qos1_ack()333 NULL_PARAM_CHECK(client); in mqtt_publish_qos2_receive()334 NULL_PARAM_CHECK(param); in mqtt_publish_qos2_receive()370 NULL_PARAM_CHECK(client); in mqtt_publish_qos2_release()371 NULL_PARAM_CHECK(param); in mqtt_publish_qos2_release()[all …]
113 #define NULL_PARAM_CHECK(param) \ macro