Home
last modified time | relevance | path

Searched full:interfaces (Results 1 – 12 of 12) sorted by relevance

/civetweb-2.7.6/src/third_party/
Dsqlite3.h19 ** "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 …]
Dsqlite3.c1048 ** "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/
DInterface_Changes_1.10.md126 ### General interfaces
130 Having `size_t` in interfaces while building for 32 and 64 bit
DBuilding.md163 | `MG_EXPERIMENTAL_INTERFACES` | include experimental interfaces |
164 | `MG_LEGACY_INTERFACE` | include obsolete interfaces (candidates for deletion) |
DUserManual.md439 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
DEmbedding.md100 …b.c](https://github.com/civetweb/civetweb/blob/master/src/civetweb.c). Interfaces and even names o…
/civetweb-2.7.6/examples/_obsolete/websocket/
Dwebsocket.c1 /* This example uses deprecated interfaces: global websocket callbacks.
DWebSockCallbacks.c1 /* This example uses deprecated interfaces: global websocket callbacks.
/civetweb-2.7.6/src/third_party/lua-5.1.5/src/
Dluaconf.h51 @* Interfaces Extension (XSI).
374 ** a bit, but may be quite useful when debugging C code that interfaces
/civetweb-2.7.6/
D.travis.yml53 cat /etc/network/interfaces;
/civetweb-2.7.6/src/third_party/lua-5.2.4/src/
Dluaconf.h65 @* Interfaces Extension (XSI).
/civetweb-2.7.6/unittest/
Dpublic_server.c879 /* Return the same as request_test_handler using new interfaces */