Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mqtt/MQTTPacket/
A DMQTTFormat.c39 int strindex = 0; in MQTTStringFormat_connect() local
46 strindex += snprintf(&strbuf[strindex], strbuflen - strindex, in MQTTStringFormat_connect()
52 strindex += snprintf(&strbuf[strindex], strbuflen - strindex, in MQTTStringFormat_connect()
55 strindex += snprintf(&strbuf[strindex], strbuflen - strindex, in MQTTStringFormat_connect()
57 return strindex; in MQTTStringFormat_connect()
64 return strindex; in MQTTStringFormat_connack()
76 return strindex; in MQTTStringFormat_publish()
84 strindex += snprintf(strbuf + strindex, strbuflen - strindex, ", dup %d", dup); in MQTTStringFormat_ack()
85 return strindex; in MQTTStringFormat_ack()
123 int strindex = 0; in MQTTFormat_toClientString() local
[all …]

Completed in 4 milliseconds