Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Drefclock_gpsdjson.c1289 json_object_lookup_int( in json_object_lookup_int() function
1420 ts.tv_sec = (time_t)json_object_lookup_int(jctx, 0, time_name); in get_binary_time()
1421 ts.tv_nsec = (long )json_object_lookup_int(jctx, 0, frac_name); in get_binary_time()
1483 pvhi = (uint16_t)json_object_lookup_int(jctx, 0, "proto_major"); in process_version()
1484 pvlo = (uint16_t)json_object_lookup_int(jctx, 0, "proto_minor"); in process_version()