Searched full:interfaces (Results 1 – 12 of 12) sorted by relevance
/civetweb-2.7.6/src/third_party/ |
D | sqlite3.h | 19 ** "experimental". Experimental interfaces are normally new 21 ** to experimental interfaces but reserve the right to make minor changes 26 ** on how SQLite interfaces are supposed to operate. 71 ** These no-op macros are used in front of interfaces to mark those 72 ** interfaces as either deprecated or experimental. New applications 73 ** should not use deprecated interfaces - they are supported for backwards 75 ** experimental interfaces are subject to change in point releases. 132 ** These interfaces provide the same information as the [SQLITE_VERSION], 136 ** verify that values returned by these interfaces match the macros in 235 ** [sqlite3_open_v2()] interfaces are its constructors, and [sqlite3_close()] [all …]
|
D | sqlite3.c | 1048 ** "experimental". Experimental interfaces are normally new 1050 ** to experimental interfaces but reserve the right to make minor changes 1055 ** on how SQLite interfaces are supposed to operate. 1100 ** These no-op macros are used in front of interfaces to mark those 1101 ** interfaces as either deprecated or experimental. New applications 1102 ** should not use deprecated interfaces - they are supported for backwards 1104 ** experimental interfaces are subject to change in point releases. 1161 ** These interfaces provide the same information as the [SQLITE_VERSION], 1165 ** verify that values returned by these interfaces match the macros in 1264 ** [sqlite3_open_v2()] interfaces are its constructors, and [sqlite3_close()] [all …]
|
/civetweb-2.7.6/docs/ |
D | Interface_Changes_1.10.md | 126 ### General interfaces 130 Having `size_t` in interfaces while building for 32 and 64 bit
|
D | Building.md | 163 | `MG_EXPERIMENTAL_INTERFACES` | include experimental interfaces | 164 | `MG_LEGACY_INTERFACE` | include obsolete interfaces (candidates for deletion) |
|
D | UserManual.md | 439 all interfaces on HTTPS port 443, use `127.0.0.1:80,443s`. 443 interfaces can be specified as well, 447 all interfaces, both IPv4 and IPv6, use either the configuration
|
D | Embedding.md | 100 …b.c](https://github.com/civetweb/civetweb/blob/master/src/civetweb.c). Interfaces and even names o…
|
/civetweb-2.7.6/examples/_obsolete/websocket/ |
D | websocket.c | 1 /* This example uses deprecated interfaces: global websocket callbacks.
|
D | WebSockCallbacks.c | 1 /* This example uses deprecated interfaces: global websocket callbacks.
|
/civetweb-2.7.6/src/third_party/lua-5.1.5/src/ |
D | luaconf.h | 51 @* Interfaces Extension (XSI). 374 ** a bit, but may be quite useful when debugging C code that interfaces
|
/civetweb-2.7.6/ |
D | .travis.yml | 53 cat /etc/network/interfaces;
|
/civetweb-2.7.6/src/third_party/lua-5.2.4/src/ |
D | luaconf.h | 65 @* Interfaces Extension (XSI).
|
/civetweb-2.7.6/unittest/ |
D | public_server.c | 879 /* Return the same as request_test_handler using new interfaces */
|