| 214 | static struct StringsBuffer CC_BIG_VAR ccCookies; |
| 215 | |
| 216 | static void LWebTask_Reset(struct LWebTask* task) { |
| 217 | task->completed = false; |
| 218 | task->working = true; |
| 219 | task->success = false; |
| 220 | } |
| 221 | |
| 222 | void LWebTask_Tick(struct LWebTask* task, LWebTask_ErrorCallback errorCallback) { |
| 223 | struct HttpRequest item; |
no outgoing calls
no test coverage detected