Home
last modified time | relevance | path

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

/AliOS-Things-master/components/websocket/include/
A Drws_string.h34 #define rws_sscanf(s,f,...) sscanf_s(s,f,__VA_ARGS__) macro
38 #define rws_sscanf(s,f,...) sscanf(s,f,__VA_ARGS__) macro
/AliOS-Things-master/components/websocket/src/
A Drws_socketpriv.c147 if (rws_sscanf(sub, "%i", &http_code) != 1) { in rws_socket_process_handshake_responce()

Completed in 4 milliseconds