encoder_depth     149 ext/json/json.c 	json_globals->encoder_depth = 0;
encoder_depth      88 ext/json/json_encoder.c 		for (i = 0; i < JSON_G(encoder_depth); ++i) {
encoder_depth     143 ext/json/json_encoder.c 	++JSON_G(encoder_depth);
encoder_depth     222 ext/json/json_encoder.c 	if (JSON_G(encoder_depth) > JSON_G(encode_max_depth)) {
encoder_depth     225 ext/json/json_encoder.c 	--JSON_G(encoder_depth);
encoder_depth      83 ext/json/php_json.h 	int encoder_depth;