Home
last modified time | relevance | path

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

/dports/multimedia/vmaf/vmaf-2.3.0/libvmaf/src/
H A Dpdjson.c42 #ifndef PDJSON_STACK_INC
43 # define PDJSON_STACK_INC 4 macro
65 size_t size = (json->stack_size + PDJSON_STACK_INC) * sizeof(*json->stack); in push()
72 json->stack_size += PDJSON_STACK_INC; in push()
/dports/sysutils/goaccess/goaccess-1.4.6/src/
H A Dpdjson.c47 #ifndef PDJSON_STACK_INC
48 # define PDJSON_STACK_INC 4 macro
69 size_t size = (json->stack_size + PDJSON_STACK_INC) * sizeof (*json->stack); in push()
76 json->stack_size += PDJSON_STACK_INC; in push()