/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
D | ngtcp2_addr.c | 57 const ngtcp2_sockaddr_in *ai = (const ngtcp2_sockaddr_in *)(void *)a, in sockaddr_eq() local 63 const ngtcp2_sockaddr_in6 *ai = (const ngtcp2_sockaddr_in6 *)(void *)a, in sockaddr_eq() local 90 const ngtcp2_sockaddr_in *ai = (const ngtcp2_sockaddr_in *)(void *)a, in ngtcp2_addr_compare() local 101 const ngtcp2_sockaddr_in6 *ai = (const ngtcp2_sockaddr_in6 *)(void *)a, in ngtcp2_addr_compare() local
|
/third_party/gstreamer/gstplugins_good/sys/oss4/ |
D | oss4-property-probe.c | 129 struct oss_audioinfo ai = { 0, }; in gst_oss4_property_probe_find_device_name() local 147 struct oss_audioinfo ai = { 0, }; in gst_oss4_property_probe_find_device_name() local 191 struct oss_audioinfo ai = { 0, }; in gst_oss4_property_probe_get_audio_devices() local
|
/third_party/libwebsockets/lib/core-net/client/ |
D | conmon.c | 55 struct addrinfo *ai = wsi->conmon.dns_results_copy; in lws_conmon_append_copy_new_dns_results() local 125 lws_conmon_addrinfo_destroy(struct addrinfo *ai) in lws_conmon_addrinfo_destroy()
|
/third_party/curl/lib/ |
D | hostip4.c | 94 struct Curl_addrinfo *ai = NULL; in Curl_getaddrinfo() local 128 struct Curl_addrinfo *ai = NULL; in Curl_ipv4_resolve_r() local
|
D | curl_addrinfo.c | 111 const struct addrinfo *ai; in Curl_getaddrinfo_ex() local 258 struct Curl_addrinfo *ai; in Curl_he2ai() local 371 struct Curl_addrinfo *ai; in Curl_ip2addr() local 470 struct Curl_addrinfo *ai; in Curl_unix2addr() local
|
/third_party/toybox/lib/ |
D | net.c | 22 struct addrinfo info, *ai; in xgetaddrinfo() local 42 struct addrinfo *ai; in xconnbind() local 59 int xconnectany(struct addrinfo *ai) in xconnectany() 65 int xbindany(struct addrinfo *ai) in xbindany()
|
/third_party/libwebsockets/lib/abstract/ |
D | abstract.c | 156 lws_abs_t *ai; in lws_abs_bind_and_create_instance() local 244 __lws_abs_destroy_instance2(lws_abs_t **ai) in __lws_abs_destroy_instance2() 274 lws_abs_destroy_instance(lws_abs_t **ai) in lws_abs_destroy_instance()
|
/third_party/node/deps/cares/src/lib/ |
D | ares__addrinfo2hostent.c | 46 int ares__addrinfo2hostent(const struct ares_addrinfo *ai, int family, in ares__addrinfo2hostent() 197 int ares__addrinfo2addrttl(const struct ares_addrinfo *ai, int family, in ares__addrinfo2addrttl()
|
D | ares_freeaddrinfo.c | 52 void ares_freeaddrinfo(struct ares_addrinfo *ai) in ares_freeaddrinfo()
|
D | ares_getaddrinfo.c | 72 struct ares_addrinfo *ai; /* store results between lookups */ member 165 struct ares_addrinfo *ai = ares_malloc(sizeof(struct ares_addrinfo)); in ares__malloc_addrinfo() local 282 struct ares_addrinfo *ai, in fake_addrinfo() 631 struct ares_addrinfo *ai; in ares_getaddrinfo() local
|
/third_party/openssl/crypto/x509/ |
D | v3_tlsf.c | 66 ASN1_INTEGER *ai; in STACK_OF() local 92 ASN1_INTEGER *ai = NULL; in v2i_TLS_FEATURE() local
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
D | v3_tlsf.c | 66 ASN1_INTEGER *ai; in STACK_OF() local 92 ASN1_INTEGER *ai = NULL; in v2i_TLS_FEATURE() local
|
/third_party/python/Modules/ |
D | getaddrinfo.c | 157 #define GET_CANONNAME(ai, str) \ argument 168 #define GET_AI(ai, gai_afd, addr, port) {\ argument 183 #define GET_AI(ai, gai_afd, addr, port) {\ argument 210 freeaddrinfo(struct addrinfo *ai) in freeaddrinfo() 244 struct addrinfo ai; in getaddrinfo() local
|
/third_party/openssl/crypto/bn/asm/ |
D | s390x.S | 368 #define mul_add_c(ai,bi,c1,c2,c3) \ argument 554 #define sqr_add_c(ai,c1,c2,c3) \ argument 561 #define sqr_add_c2(ai,aj,c1,c2,c3) \ argument
|
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
D | s390x.S | 368 #define mul_add_c(ai,bi,c1,c2,c3) \ argument 554 #define sqr_add_c(ai,c1,c2,c3) \ argument 561 #define sqr_add_c2(ai,aj,c1,c2,c3) \ argument
|
/third_party/openssl/crypto/asn1/ |
D | a_int.c | 461 static ASN1_STRING *bn_to_asn1_string(const BIGNUM *bn, ASN1_STRING *ai, in bn_to_asn1_string() 505 static BIGNUM *asn1_string_to_bn(const ASN1_INTEGER *ai, BIGNUM *bn, in asn1_string_to_bn() 564 ASN1_INTEGER *BN_to_ASN1_INTEGER(const BIGNUM *bn, ASN1_INTEGER *ai) in BN_to_ASN1_INTEGER() 569 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn) in ASN1_INTEGER_to_BN() 607 ASN1_ENUMERATED *BN_to_ASN1_ENUMERATED(const BIGNUM *bn, ASN1_ENUMERATED *ai) in BN_to_ASN1_ENUMERATED() 612 BIGNUM *ASN1_ENUMERATED_to_BN(const ASN1_ENUMERATED *ai, BIGNUM *bn) in ASN1_ENUMERATED_to_BN()
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
D | a_int.c | 461 static ASN1_STRING *bn_to_asn1_string(const BIGNUM *bn, ASN1_STRING *ai, in bn_to_asn1_string() 505 static BIGNUM *asn1_string_to_bn(const ASN1_INTEGER *ai, BIGNUM *bn, in asn1_string_to_bn() 564 ASN1_INTEGER *BN_to_ASN1_INTEGER(const BIGNUM *bn, ASN1_INTEGER *ai) in BN_to_ASN1_INTEGER() 569 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn) in ASN1_INTEGER_to_BN() 607 ASN1_ENUMERATED *BN_to_ASN1_ENUMERATED(const BIGNUM *bn, ASN1_ENUMERATED *ai) in BN_to_ASN1_ENUMERATED() 612 BIGNUM *ASN1_ENUMERATED_to_BN(const ASN1_ENUMERATED *ai, BIGNUM *bn) in ASN1_ENUMERATED_to_BN()
|
/third_party/typescript/tests/baselines/reference/ |
D | nullAssignableToEveryType.js | 9 var ai: I; variable 53 var ai; variable
|
D | undefinedAssignableToEveryType.js | 9 var ai: I; variable 52 var ai; variable
|
D | anyAssignableToEveryType.js | 11 var ai: I; variable 56 var ai; variable
|
D | everyTypeAssignableToAny.js | 11 var ai: I; variable 71 var ai; variable
|
/third_party/mesa3d/src/freedreno/afuc/ |
D | asm.c | 54 struct asm_instruction *ai = &instructions[num_instructions++]; in next_instr() local 144 struct asm_instruction *ai = &instructions[i]; in emit_instructions() local
|
/third_party/ffmpeg/libavutil/tests/ |
D | integer.c | 32 AVInteger ai= av_int2i(a); in main() local
|
/third_party/lzma/CPP/7zip/UI/Common/ |
D | OpenArchive.cpp | 1061 const CArcInfoEx &ai = codecs->Formats[(unsigned)index]; in MakeCheckOrder() local 1120 static bool IsPreArcFormat(const CArcInfoEx &ai) in IsPreArcFormat() 1141 static bool IsNewStyleSignature(const CArcInfoEx &ai) in IsNewStyleSignature() 1349 const CArcInfoEx &ai = op.codecs->Formats[formatIndex]; in PrepareToOpen() local 1367 const CArcInfoEx &ai = op.codecs->Formats[formatIndex]; in PrepareToOpen() local 1404 static HRESULT ReadParseItemProps(IInArchive *archive, const CArcInfoEx &ai, NArchive::NParser::CPa… in ReadParseItemProps() 1753 const CArcInfoEx &ai = op.codecs->Formats[i]; in OpenStream2() local 1856 const CArcInfoEx &ai = op.codecs->Formats[(unsigned)index]; in OpenStream2() local 1950 const CArcInfoEx &ai = op.codecs->Formats[(unsigned)FormatIndex]; in OpenStream2() local 2120 const CArcInfoEx &ai = op.codecs->Formats[(unsigned)formatIndex]; in OpenStream2() local [all …]
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
D | freeaddrinfo.c | 29 struct addrinfo *ai; in freeaddrinfo_0100() local
|