Home
last modified time | relevance | path

Searched refs:header_ok (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dtraditional.c387 bool header_ok; in _cpp_scan_out_logical_line() local
399 header_ok = pfile->state.angled_headers; in _cpp_scan_out_logical_line()
470 if (header_ok) in _cpp_scan_out_logical_line()
791 header_ok = false; in _cpp_scan_out_logical_line()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dtraditional.cc392 bool header_ok; in _cpp_scan_out_logical_line() local
404 header_ok = pfile->state.angled_headers; in _cpp_scan_out_logical_line()
475 if (header_ok) in _cpp_scan_out_logical_line()
796 header_ok = false; in _cpp_scan_out_logical_line()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Dmessage.h229 unsigned int header_ok : 1; member
/netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/
H A Dmessage.h281 unsigned int header_ok : 1; /* 3 */
275 unsigned int header_ok : 1; global() member
/netbsd-src/external/mpl/bind/dist/lib/isc/netmgr/
H A Dhttp.c770 bool header_ok = true; in client_on_header_callback()
798 header_ok = client_handle_status_header(cstream, value, in client_on_header_callback()
801 header_ok = client_handle_content_length_header( in client_on_header_callback()
804 header_ok = client_handle_content_type_header( in client_on_header_callback()
810 if (!header_ok) { in initialize_nghttp2_client_session()
759 bool header_ok = true; client_on_header_callback() local
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dmessage.c428 m->header_ok = 0; in msginit()
1802 msg->header_ok = 0; in dns_message_parse()
1831 msg->header_ok = 1; in dns_message_parse()
2796 if (!msg->header_ok) { in dns_message_reply()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dmessage.c442 m->header_ok = 0; in msgresetnames()
1766 msg->header_ok = 0; in getsection()
1795 msg->header_ok = 1; in dns_message_parse()
2751 if (!msg->header_ok) { in dns_message_puttemprdata()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-tree.h7240 extern char const *module_name (unsigned, bool header_ok);
H A Dmodule.cc18195 module_name (unsigned ix, bool header_ok) in module_name() argument
18204 if (header_ok || !imp->is_header ()) in module_name()