Lines Matching full:called
76 * Callback function that is called from the webclient code when HTTP
80 * webclient code. The function is called from the webclient module
81 * when HTTP data has been received. The function is not called when
84 * \note This function is called many times, repetedly, when data is
93 * Callback function that is called from the webclient code when the
102 * Callback function that is called from the webclient code if the
111 * Callback function that is called from the webclient code if the
121 * Callback function that is called from the webclient code when the
143 * function is called and when the HTTP data arrives the
144 * webclient_datahandler() callback function is called.
146 * The callback function webclient_timedout() is called if the web
148 * function is called if the HTTP connection is aborted by the web
152 * closed, the webclient_closed() callback function will be called.