Searched refs:networkHandles (Results 1 - 5 of 5) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/ |
H A D | WebSocket.h | 54 void WebSocket_close(networkHandles *net, int status_code, const char *reason); 57 int WebSocket_connect(networkHandles *net, const char *uri); 60 size_t WebSocket_calculateFrameHeaderSize(networkHandles *net, int mask_data, 64 int WebSocket_getch(networkHandles *net, char* c); 65 char *WebSocket_getdata(networkHandles *net, size_t bytes, size_t* actual_len); 68 int WebSocket_putdatas(networkHandles* net, char* buf0, size_t buf0len, 75 int WebSocket_upgrade(networkHandles *net);
|
H A D | MQTTPacket.h | 231 int MQTTPacket_decode(networkHandles* net, size_t* value); 242 void* MQTTPacket_Factory(int MQTTVersion, networkHandles* net, int* error); 243 int MQTTPacket_send(networkHandles* net, Header header, char* buffer, size_t buflen, int free, int MQTTVersion); 244 int MQTTPacket_sends(networkHandles* net, Header header, int count, char** buffers, size_t* buflens, int* frees, int MQTTVersion); 251 int MQTTPacket_send_publish(Publish* pack, int dup, int qos, int retained, networkHandles* net, const char* clientID); 252 int MQTTPacket_send_puback(int msgid, networkHandles* net, const char* clientID); 258 int MQTTPacket_send_pubrec(int msgid, networkHandles* net, const char* clientID); 259 int MQTTPacket_send_pubrel(int msgid, int dup, networkHandles* net, const char* clientID); 260 int MQTTPacket_send_pubcomp(int msgid, networkHandles* net, const char* clientID);
|
H A D | SSLSocket.h | 43 int SSLSocket_setSocketForSSL(networkHandles* net, MQTTClient_SSLOptions* opts, const char* hostname, size_t hostname_len); 48 int SSLSocket_close(networkHandles* net);
|
H A D | Clients.h | 110 } networkHandles; typedef 142 networkHandles net;
|
H A D | MQTTPacketOut.h | 30 int MQTTPacket_send_pingreq(networkHandles* net, const char* clientID);
|
Completed in 2 milliseconds