Home
last modified time | relevance | path

Searched defs:freeaddrinfo (Results 1 - 12 of 12) sorted by relevance

/third_party/musl/src/network/
H A Dfreeaddrinfo.c7 void freeaddrinfo(struct addrinfo *p) in freeaddrinfo() function
/kernel/liteos_m/components/net/lwip-2.1/porting/src/
H A Dnetdb_porting.c50 void freeaddrinfo(struct addrinfo *res) in freeaddrinfo() function
/kernel/uniproton/src/net/lwip-2.1/src/
H A Dnetdb.c33 void freeaddrinfo(struct addrinfo *res) in freeaddrinfo() function
/third_party/curl/lib/
H A Dmemdebug.h164 #undef freeaddrinfo macro
165 #define freeaddrinfo(data) \ macro
H A Dcurl_memory.h96 #undef freeaddrinfo macro
/third_party/ffmpeg/libavformat/
H A Dnetwork.h218 #define freeaddrinfo ff_freeaddrinfo macro
/third_party/lwip/src/include/lwip/
H A Dnetdb.h138 #define freeaddrinfo(addrinfo) lwip_freeaddrinfo(addrinfo) macro
/third_party/python/Modules/
H A Dgetaddrinfo.c213 freeaddrinfo(struct addrinfo *ai) in freeaddrinfo() function
H A Dsocketmodule.c438 #define freeaddrinfo fake_freeaddrinfo macro
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1210 pub fn freeaddrinfo(res: *mut addrinfo); in freeaddrinfo() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1645 pub fn freeaddrinfo(res: *mut addrinfo); in freeaddrinfo() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3763 pub fn freeaddrinfo(res: *mut addrinfo); in freeaddrinfo() functions

Completed in 30 milliseconds