Home
last modified time | relevance | path

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

/systemd-251/src/nss-resolve/
Dnss-resolve.c22 static JsonDispatchFlags json_dispatch_flags = 0; variable
28 json_dispatch_flags = JSON_LOG; in setup_logging()
275 … r = json_dispatch(rparams, resolve_hostname_reply_dispatch_table, NULL, json_dispatch_flags, &p); in _nss_resolve_gethostbyname4_r()
285 … r = json_dispatch(entry, address_parameters_dispatch_table, NULL, json_dispatch_flags, &q); in _nss_resolve_gethostbyname4_r()
323 … r = json_dispatch(entry, address_parameters_dispatch_table, NULL, json_dispatch_flags, &q); in _nss_resolve_gethostbyname4_r()
431 … r = json_dispatch(rparams, resolve_hostname_reply_dispatch_table, NULL, json_dispatch_flags, &p); in _nss_resolve_gethostbyname3_r()
441 … r = json_dispatch(entry, address_parameters_dispatch_table, NULL, json_dispatch_flags, &q); in _nss_resolve_gethostbyname3_r()
487 … r = json_dispatch(entry, address_parameters_dispatch_table, NULL, json_dispatch_flags, &q); in _nss_resolve_gethostbyname3_r()
643 … r = json_dispatch(rparams, resolve_address_reply_dispatch_table, NULL, json_dispatch_flags, &p); in _nss_resolve_gethostbyaddr2_r()
654 … r = json_dispatch(entry, name_parameters_dispatch_table, NULL, json_dispatch_flags, &q); in _nss_resolve_gethostbyaddr2_r()
[all …]