Home
last modified time | relevance | path

Searched refs:soa (Results 1 – 14 of 14) sorted by relevance

/third_party/node/deps/cares/src/lib/
Dares_parse_soa_reply.c37 struct ares_soa_reply *soa = NULL; in ares_parse_soa_reply() local
75 soa = ares_malloc_data(ARES_DATATYPE_SOA_REPLY); in ares_parse_soa_reply()
76 if (soa == NULL) { in ares_parse_soa_reply()
81 soa->serial = ares_dns_rr_get_u32(rr, ARES_RR_SOA_SERIAL); in ares_parse_soa_reply()
82 soa->refresh = ares_dns_rr_get_u32(rr, ARES_RR_SOA_REFRESH); in ares_parse_soa_reply()
83 soa->retry = ares_dns_rr_get_u32(rr, ARES_RR_SOA_RETRY); in ares_parse_soa_reply()
84 soa->expire = ares_dns_rr_get_u32(rr, ARES_RR_SOA_EXPIRE); in ares_parse_soa_reply()
85 soa->minttl = ares_dns_rr_get_u32(rr, ARES_RR_SOA_MINIMUM); in ares_parse_soa_reply()
86 soa->nsname = ares_strdup(ares_dns_rr_get_str(rr, ARES_RR_SOA_MNAME)); in ares_parse_soa_reply()
87 if (soa->nsname == NULL) { in ares_parse_soa_reply()
[all …]
Dares_dns_record.c130 ares_free(rr->r.soa.mname); in ares__dns_rr_free()
131 ares_free(rr->r.soa.rname); in ares__dns_rr_free()
559 return &dns_rr->r.soa.mname; in ares_dns_rr_data_ptr()
562 return &dns_rr->r.soa.rname; in ares_dns_rr_data_ptr()
565 return &dns_rr->r.soa.serial; in ares_dns_rr_data_ptr()
568 return &dns_rr->r.soa.refresh; in ares_dns_rr_data_ptr()
571 return &dns_rr->r.soa.retry; in ares_dns_rr_data_ptr()
574 return &dns_rr->r.soa.expire; in ares_dns_rr_data_ptr()
577 return &dns_rr->r.soa.minimum; in ares_dns_rr_data_ptr()
Dares_dns_private.h187 ares__dns_soa_t soa; member
/third_party/cares/
DBUILD.gn92 "test/ares-test-parse-soa.cc",
93 "test/ares-test-parse-soa-any.cc",
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.c289 if (info->output_mode == TGSI_OUTPUT_COMPONENTWISE && bld_base->soa) { in lp_build_tgsi_inst_llvm()
317 if (info->output_mode == TGSI_OUTPUT_REPLICATE && bld_base->soa) { in lp_build_tgsi_inst_llvm()
Dlp_bld_tgsi.h398 boolean soa; member
Dlp_bld_tgsi_soa.c4486 bld.bld_base.soa = TRUE; in lp_build_tgsi_soa()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c1314 LLVMValueRef soa[TGSI_NUM_CHANNELS]; in convert_to_aos() local
1334 soa[chan] = out; in convert_to_aos()
1337 soa[chan] = 0; in convert_to_aos()
1343 lp_build_transpose_aos(gallivm, soa_type, soa, aos); in convert_to_aos()
1345 lp_build_transpose_aos(gallivm, soa_type, soa, soa); in convert_to_aos()
1349 soa[i % TGSI_NUM_CHANNELS], in convert_to_aos()
1384 LLVMValueRef soa[4]; in store_clip() local
1399 soa[0] = LLVMBuildLoad(builder, outputs[idx][0], ""); /*x0 x1 .. xn*/ in store_clip()
1400 soa[1] = LLVMBuildLoad(builder, outputs[idx][1], ""); /*y0 y1 .. yn*/ in store_clip()
1401 soa[2] = LLVMBuildLoad(builder, outputs[idx][2], ""); /*z0 z1 .. zn*/ in store_clip()
[all …]
/third_party/python/Lib/test/
Dmime.types1213 text/dns soa zone
/third_party/mesa3d/docs/relnotes/
D7.10.rst2450 - gallivm: optimize soa linear clamp to edge wrap mode a bit
2453 soa path
D20.2.0.rst1478 - draw: pass number of images to image soa create
1479 - llvmpipe: pass number of images into image soa create
/third_party/skia/third_party/externals/icu/source/data/misc/
DsupplementalData.txt6763 "soa~e",
/third_party/icu/icu4c/source/data/misc/
DsupplementalData.txt6869 "soa~e",
/third_party/glib/patch/
Dbackport-openharmony-adapt.patch6126 + { G_RESOLVER_RECORD_SOA, "G_RESOLVER_RECORD_SOA", "soa" },