Home
last modified time | relevance | path

Searched full:call (Results 1 – 5 of 5) sorted by relevance

/tinycbor-2.7.6/
D.appveyor.yml12 …if /i "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2013" (call "C:\Program Files (x86)\Microsof…
14 …if /i "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2015" (call "C:\Program Files (x86)\Microsof…
16 …if /i "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2017" (call "C:\Program Files (x86)\Microsof…
DMakefile87 ifneq ($(call check_qmake,$(QMAKE)),5)
89 ifneq ($(call check_qmake,$(QMAKE)),5)
91 ifneq ($(call check_qmake,$(QMAKE)),5)
DDoxyfile2174 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2178 # So in most cases it will be better to enable call graphs for selected
/tinycbor-2.7.6/src/
Dcborparser.c53 * initialized with a call to cbor_parser_init() and is usually used to extract
57 * Each call to cbor_value_enter_container() must be matched by a call to
102 * important, the code should call cbor_value_get_int_checked() instead.
831 * If the length is known, code can call cbor_value_get_string_length(),
Dcborencoder.c108 * immediately used. To obtain the size of the buffer, call
560 * the case of a map) was correct. To execute that verification, call