Home
last modified time | relevance | path

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

/external/libwebsockets/plugins/
Dprotocol_esp32_lws_ota.c39 long last_rep; member
124 pss->last_rep = -1; in ota_file_upload_cb()
134 if ((pss->file_length & ~0xffff) != (pss->last_rep & ~0xffff)) { in ota_file_upload_cb()
137 pss->last_rep = pss->file_length; in ota_file_upload_cb()