OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:W32_snprintf
(Results
1 - 3
of
3
) sorted by null
/external/libmicrohttpd/src/include/
w32functions.h
195
int
W32_snprintf
(char *__restrict s, size_t n, const char *__restrict format, ...);
platform_interface.h
79
#define MHD_snprintf_
W32_snprintf
/external/libmicrohttpd/src/platform/
w32functions.c
647
int
W32_snprintf
(char *__restrict s, size_t n, const char *__restrict format, ...)
Completed in 41 milliseconds