Searched refs:typeval (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dsdb.c274 dns_sdb_putrdata(dns_sdblookup_t *lookup, dns_rdatatype_t typeval, argument
287 if (rdatalist->type == typeval) {
297 rdatalist->type = typeval;
324 dns_rdatatype_t typeval; local
344 result = dns_rdatatype_fromtext(&typeval, &r);
377 typeval, lex, origin, 0, mctx, &rb,
398 result = dns_sdb_putrdata(lookup, typeval, ttl, isc_buffer_base(&rb),
H A Dsdlz.c1808 dns_rdatatype_t typeval; local
1826 result = dns_rdatatype_fromtext(&typeval, (void *)&r);
1833 if (rdatalist->type == typeval) {
1843 rdatalist->type = typeval;
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dsdb.c274 dns_sdb_putrdata(dns_sdblookup_t *lookup, dns_rdatatype_t typeval, argument
287 if (rdatalist->type == typeval) {
297 rdatalist->type = typeval;
324 dns_rdatatype_t typeval; local
344 result = dns_rdatatype_fromtext(&typeval, &r);
377 typeval, lex, origin, 0, mctx, &rb,
398 result = dns_sdb_putrdata(lookup, typeval, ttl, isc_buffer_base(&rb),
H A Dsdlz.c1783 dns_rdatatype_t typeval; local
1801 result = dns_rdatatype_fromtext(&typeval, (void *)&r);
1808 if (rdatalist->type == typeval) {
1818 rdatalist->type = typeval;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Deval.c2669 value *typeval = std::get<0> (m_storage)->evaluate (nullptr, exp,
2671 struct type *type = value_type (typeval);
2828 value *typeval = std::get<0> (m_storage)->evaluate (nullptr, exp,
2830 return evaluate_subexp_for_sizeof_base (exp, value_type (typeval));
2666 value *typeval = std::get<0> (m_storage)->evaluate (nullptr, exp, local
2825 value *typeval = std::get<0> (m_storage)->evaluate (nullptr, exp, local
H A Dexpop.h1807 value *typeval variable
1810 struct type *type = value_type (typeval);

Completed in 214 milliseconds