OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:idn_free
(Results
1 - 8
of
8
) sorted by null
/external/curl/lib/
url.c
70
void
idn_free
(void *ptr);
73
/* if
idn_free
() was not found in this version of libidn use free() instead */
74
#define
idn_free
(x) (free)(x)
macro
[
all
...]
config-symbian.h
230
/* Define to 1 if you have the `
idn_free
' function. */
config-tpf.h
216
/* Define to 1 if you have the `
idn_free
' function. */
config-vxworks.h
275
/* Define to 1 if you have the `
idn_free
' function. */
curl_config.h
313
/* Define to 1 if you have the `
idn_free
' function. */
curl_config.h.cmake
259
/* Define to 1 if you have the `
idn_free
' function. */
/external/curl/
CMakeLists.txt
782
check_symbol_exists(
idn_free
"${CURL_INCLUDES}" HAVE_IDN_FREE)
[
all
...]
configure.ac
[
all
...]
Completed in 156 milliseconds