Home
last modified time | relevance | path

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

/device/board/isoftstone/yangfan/common/mqtt/mqttclient_c/src/
DMQTTClient.c200 char* nextpos = curn + 1; in isTopicMatched() local
201 while (nextpos < curn_end && *nextpos != '/') in isTopicMatched()
202 nextpos = ++curn + 1; in isTopicMatched()
/device/board/isoftstone/yangfan/common/mqtt/mqttclient/src/
DMQTTClient.h511 char* nextpos = curn + 1; in isTopicMatched() local
512 while (nextpos < curn_end && *nextpos != '/') in isTopicMatched()
513 nextpos = ++curn + 1; in isTopicMatched()