Home
last modified time | relevance | path

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

/dports/security/sudo/sudo-1.9.8p2/lib/iolog/
H A Diolog_json.c55 #define JSON_STACK_INTIALIZER(s) { 0, nitems((s).frames) }; macro
624 struct json_stack stack = JSON_STACK_INTIALIZER(stack); in iolog_parse_json()