Home
last modified time | relevance | path

Searched refs:nextpos (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/mqtt/MQTTClient-C/
A DMQTTClient.c165 char* nextpos = curn + 1; in isTopicMatched() local
166 while (nextpos < curn_end && *nextpos != '/') in isTopicMatched()
167 nextpos = ++curn + 1; in isTopicMatched()
/AliOS-Things-master/components/linkkit/mqtt/impl/
A Diotx_mqtt_client.c1203 char *nextpos = curn + 1; in iotx_mc_is_topic_matched() local
1204 while (nextpos < curn_end && *nextpos != '/') { in iotx_mc_is_topic_matched()
1205 nextpos = ++curn + 1; in iotx_mc_is_topic_matched()

Completed in 9 milliseconds