Searched refs:the_zstack (Results 1 – 2 of 2) sorted by relevance
251 jp->the_zstack = (zval **)safe_emalloc(depth, sizeof(zval), 0); in new_JSON_parser()253 jp->the_zstack = &jp->the_static_zstack[0]; in new_JSON_parser()266 if (jp->the_zstack != &jp->the_static_zstack[0]) { in free_JSON_parser()267 efree(jp->the_zstack); in free_JSON_parser()394 zval *root = jp->the_zstack[up]; in attach_zval()395 zval *child = jp->the_zstack[cur]; in attach_zval()556 …add_assoc_zval_ex(jp->the_zstack[jp->top], (key.len ? key.c : ""), (key.len ? (key.len + 1) : size… in parse_JSON_ex()579 add_next_index_zval(jp->the_zstack[jp->top], mval); in parse_JSON_ex()614 jp->the_zstack[jp->top] = obj; in parse_JSON_ex()642 jp->the_zstack[jp->top] = arr; in parse_JSON_ex()[all …]
18 zval **the_zstack; member
Completed in 12 milliseconds