| LOW | mongoose.h | 1 | // Copyright (c) 2004-2013 Sergey Lyubka |
| LOW | mongoose.h | 21 | #define MONGOOSE_H |
| LOW | mongoose.h | 41 | #define MG_ARCH_CMSIS_RTOS1 9 // CMSIS-RTOS API v1 (Keil RTX) |
| LOW | mongoose.h | 61 | #include "mongoose_config.h" // keep this include |
| LOW | mongoose.h | 101 | #include <string.h> |
| LOW | mongoose.h | 121 | #include <stdlib.h> |
| LOW | mongoose.h | 141 | #include <stdarg.h> |
| LOW | mongoose.h | 161 | #define MG_ENABLE_DIRLIST 0 |
| LOW | mongoose.h | 181 | #endif |
| LOW | mongoose.h | 201 | |
| LOW | mongoose.h | 241 | #include <stddef.h> |
| LOW | mongoose.h | 261 | |
| LOW | mongoose.h | 281 | #include <sys/types.h> |
| LOW | mongoose.h | 301 | #include <time.h> |
| LOW | mongoose.h | 321 | #include <sys/socket.h> |
| LOW | mongoose.h | 341 | |
| LOW | mongoose.h | 361 | #define strdup(s) ((char *) mg_strdup(mg_str(s)).buf) |
| LOW | mongoose.h | 381 | #endif |
| LOW | mongoose.h | 401 | #ifndef MG_PATH_MAX |
| LOW | mongoose.h | 421 | // #define TX_THREAD_USER_EXTENSION int bsd_errno; |
| LOW | mongoose.h | 441 | #include <serrno.h> |
| LOW | mongoose.h | 461 | #endif |
| LOW | mongoose.h | 481 | #include <stdlib.h> |
| LOW | mongoose.h | 501 | #endif |
| LOW | mongoose.h | 521 | // behaviour). See config.h for user options |
| LOW | mongoose.h | 541 | #endif |
| LOW | mongoose.h | 561 | #if !defined(MG_ENABLE_LWIP) || !MG_ENABLE_LWIP |
| LOW | mongoose.h | 601 | // For mg_random() |
| LOW | mongoose.h | 621 | // Protect from calls like std::snprintf in app code |
| LOW | mongoose.h | 641 | #endif |
| LOW | mongoose.h | 681 | #endif |
| LOW | mongoose.h | 701 | |
| LOW | mongoose.h | 721 | #include <time.h> |
| LOW | mongoose.h | 761 | } |
| LOW | mongoose.h | 781 | #define AF_INET FREERTOS_AF_INET |
| LOW | mongoose.h | 801 | |
| LOW | mongoose.h | 841 | struct timeval; |
| LOW | mongoose.h | 881 | // again if the error code BSD_EWOULDBLOCK is returned. |
| LOW | mongoose.h | 901 | #define MG_ENABLE_FREERTOS 0 // FreeRTOS RTOS |
| LOW | mongoose.h | 921 | #define MG_ENABLE_SOCKET !MG_ENABLE_TCPIP |
| LOW | mongoose.h | 941 | #define MG_ENABLE_SSI 0 |
| LOW | mongoose.h | 961 | |
| LOW | mongoose.h | 981 | |
| LOW | mongoose.h | 1001 | #else |
| LOW | mongoose.h | 1041 | } while (0) |
| LOW | mongoose.h | 1061 | #endif |
| LOW | mongoose.h | 1081 | #ifndef MG_TCPIP_GW6 |
| LOW | mongoose.h | 1101 | #endif |
| LOW | mongoose.h | 1121 | // 1ea1f1e8 2 net.c:150:mg_close_conn 0 EV_ACCEPT |
| LOW | mongoose.h | 1381 | time_t mtime; // Modification time |
| LOW | mongoose.h | 1501 | |
| LOW | mongoose.h | 1521 | #if defined(__CC_ARM) |
| LOW | mongoose.h | 2061 | #endif |
| LOW | mongoose.h | 2081 | #define MG_UECC_SUPPORT_COMPRESSED_POINT 1 |
| LOW | mongoose.h | 2381 | } /* end of extern "C" */ |
| LOW | mongoose.h | 2401 | #elif defined(__aarch64__) |
| LOW | mongoose.h | 2421 | #endif |
| LOW | mongoose.h | 2661 | // Source: https://github.com/DavyLandman/portable8439 |
| LOW | mongoose.h | 2881 | #define MQTT_CMD_PUBREL 6 |
| LOW | mongoose.h | 2901 | #define MQTT_PROP_AUTHENTICATION_METHOD 0x15 |
| 10994 more matches not shown… |