Searched refs:reference (Results 1 – 17 of 17) sorted by relevance
/civetweb-2.7.6/conan/ |
D | build.py | 67 def reference(self): member in BuilderSettings 75 reference=settings.reference,
|
/civetweb-2.7.6/examples/rest/cJSON/ |
D | cJSON.c | 1826 cJSON *reference = NULL; in create_reference() local 1832 reference = cJSON_New_Item(hooks); in create_reference() 1833 if (reference == NULL) in create_reference() 1838 memcpy(reference, item, sizeof(cJSON)); in create_reference() 1839 reference->string = NULL; in create_reference() 1840 reference->type |= cJSON_IsReference; in create_reference() 1841 reference->next = reference->prev = NULL; in create_reference() 1842 return reference; in create_reference()
|
/civetweb-2.7.6/examples/ |
D | README.md | 14 …ot guaranteed that they work in the current version - they are kept for reference, but might be re…
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/examples/eventloop/ |
D | README.rst | 61 churn doesn't increase memory footprint with reference counting, it
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/examples/eventloop/ |
D | README.rst | 61 churn doesn't increase memory footprint with reference counting, it
|
/civetweb-2.7.6/docs/api/ |
D | mg_request_info.md | 11 …ed URI as it references the local resource. If the request URI does not reference a resource on th…
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/ |
D | README.rst | 14 additional data types for better C integration, combined reference counting
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/ |
D | README.rst | 14 additional data types for better C integration, combined reference counting
|
/civetweb-2.7.6/src/third_party/lua-5.1.5/ |
D | INSTALL | 44 reference manual in html in doc, some sample code in test, and some
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/ |
D | duk_heap_refcount.c | 10 #error internal error, reference counting requires a double linked heap
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/ |
D | duk_heap_refcount.c | 10 #error internal error, reference counting requires a double linked heap
|
/civetweb-2.7.6/docs/ |
D | Embedding.md | 55 …nd tested. Other examples in the examples/ folder might be outdated and remain there for reference.
|
D | UserManual.md | 783 [Lua 5.2 reference manual](http://www.lua.org/manual/5.2/). However, 790 are accessible from the Lua code (please check the reference manual for
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/ |
D | duktape.c | 43772 #error internal error, reference counting requires a double linked heap
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/ |
D | duktape.c | 44108 #error internal error, reference counting requires a double linked heap
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/ |
D | duktape.c | 43867 #error internal error, reference counting requires a double linked heap
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/ |
D | duktape.c | 44013 #error internal error, reference counting requires a double linked heap
|