position          350 ext/date/lib/parse_date.c 	s->errors->warning_messages[s->errors->warning_count - 1].position = s->tok ? s->tok - s->str : 0;
position          359 ext/date/lib/parse_date.c 	s->errors->error_messages[s->errors->error_count - 1].position = s->tok ? s->tok - s->str : 0;
position          368 ext/date/lib/parse_date.c 	s->errors->warning_messages[s->errors->warning_count - 1].position = cptr - sptr;
position          377 ext/date/lib/parse_date.c 	s->errors->error_messages[s->errors->error_count - 1].position = cptr - sptr;
position          117 ext/date/lib/parse_iso_intervals.c 	s->errors->warning_messages[s->errors->warning_count - 1].position = s->tok ? s->tok - s->str : 0;
position          126 ext/date/lib/parse_iso_intervals.c 	s->errors->error_messages[s->errors->error_count - 1].position = s->tok ? s->tok - s->str : 0;
position          268 ext/date/lib/timelib_structs.h 	int         position;
position         2591 ext/date/php_date.c 			err->error_messages[0].position, err->error_messages[0].character, err->error_messages[0].message);
position         2929 ext/date/php_date.c 		add_index_string(element, error->warning_messages[i].position, error->warning_messages[i].message, 1);
position         2937 ext/date/php_date.c 		add_index_string(element, error->error_messages[i].position, error->error_messages[i].message, 1);
position         3108 ext/date/php_date.c 			err->error_messages[0].position, err->error_messages[0].character, err->error_messages[0].message);
position          124 ext/intl/dateformat/dateformat_class.c 		ZEND_ARG_INFO(1, position)
position          118 ext/intl/formatter/formatter_class.c 	ZEND_ARG_INFO(1, position)
position          124 ext/intl/formatter/formatter_class.c 	ZEND_ARG_INFO(1, position)
position           44 ext/intl/formatter/formatter_parse.c 	int32_t val32, position = 0;
position           71 ext/intl/formatter/formatter_parse.c 		position = (int32_t)Z_LVAL_P( zposition );
position           72 ext/intl/formatter/formatter_parse.c 		position_p = &position;
position          109 ext/intl/formatter/formatter_parse.c 		ZVAL_LONG(zposition, position);
position          136 ext/intl/formatter/formatter_parse.c 	int32_t position = 0;
position          159 ext/intl/formatter/formatter_parse.c 		position = (int32_t)Z_LVAL_P( zposition );
position          160 ext/intl/formatter/formatter_parse.c 		position_p = &position;
position          166 ext/intl/formatter/formatter_parse.c 		ZVAL_LONG(zposition, position);
position          165 ext/intl/php_intl.c 	ZEND_ARG_INFO(1, position)
position          172 ext/intl/php_intl.c 	ZEND_ARG_INFO(1, position)
position          241 ext/intl/php_intl.c 	ZEND_ARG_INFO(1, position)
position          517 ext/mbstring/mbstring.c 	ZEND_ARG_INFO(0, position)
position         1401 ext/mbstring/php_mbregex.c 	long position;
position         1403 ext/mbstring/php_mbregex.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &position) == FAILURE) {
position         1407 ext/mbstring/php_mbregex.c 	if (position < 0 || (MBREX(search_str) != NULL && Z_TYPE_P(MBREX(search_str)) == IS_STRING && position >= Z_STRLEN_P(MBREX(search_str)))) {
position         1413 ext/mbstring/php_mbregex.c 	MBREX(search_pos) = position;
position          132 ext/pdo/pdo_stmt.c 		int position = 0;
position          152 ext/pdo/pdo_stmt.c 				position++;
position          160 ext/pdo/pdo_stmt.c 			param->paramno = position;
position          471 ext/phar/phar_internal.h 	off_t                    position;
position          583 ext/phar/phar_internal.h int phar_seek_efp(phar_entry_info *entry, off_t offset, int whence, off_t position, int follow_links TSRMLS_DC);
position          177 ext/phar/phar_object.c 	off_t position;
position          225 ext/phar/phar_object.c 			position = 0;
position          229 ext/phar/phar_object.c 				got = php_stream_read(fp, buf, MIN(8192, info->uncompressed_filesize - position));
position          232 ext/phar/phar_object.c 					position += got;
position          233 ext/phar/phar_object.c 					if (position == (off_t) info->uncompressed_filesize) {
position          377 ext/phar/stream.c 	php_stream_seek(data->fp, data->position + data->zero, SEEK_SET);
position          379 ext/phar/stream.c 	got = php_stream_read(data->fp, buf, MIN(count, entry->uncompressed_filesize - data->position));
position          380 ext/phar/stream.c 	data->position = php_stream_tell(data->fp) - data->zero;
position          381 ext/phar/stream.c 	stream->eof = (data->position == (off_t) entry->uncompressed_filesize);
position          408 ext/phar/stream.c 			temp = data->zero + data->position + offset;
position          426 ext/phar/stream.c 	data->position = *newoffset;
position          438 ext/phar/stream.c 	php_stream_seek(data->fp, data->position, SEEK_SET);
position          443 ext/phar/stream.c 	data->position = php_stream_tell(data->fp);
position          444 ext/phar/stream.c 	if (data->position > (off_t)data->internal_file->uncompressed_filesize) {
position          445 ext/phar/stream.c 		data->internal_file->uncompressed_filesize = data->position;
position          120 ext/phar/util.c int phar_seek_efp(phar_entry_info *entry, off_t offset, int whence, off_t position, int follow_links TSRMLS_DC) /* {{{ */
position          148 ext/phar/util.c 			temp = eoffset + position + offset;
position          440 ext/phar/util.c 		(*ret)->position = 0;
position          489 ext/phar/util.c 	(*ret)->position = 0;
position          620 ext/phar/util.c 	ret->position = ret->zero = 0;
position         2181 ext/reflection/php_reflection.c 	int position;
position         2283 ext/reflection/php_reflection.c 		position= Z_LVAL_PP(parameter);
position         2284 ext/reflection/php_reflection.c 		if (position < 0 || (zend_uint)position >= fptr->common.num_args) {
position         2300 ext/reflection/php_reflection.c 		position= -1;
position         2304 ext/reflection/php_reflection.c 				position= i;
position         2308 ext/reflection/php_reflection.c 		if (position == -1) {
position         2324 ext/reflection/php_reflection.c 	if (arg_info[position].name) {
position         2325 ext/reflection/php_reflection.c 		ZVAL_STRINGL(name, arg_info[position].name, arg_info[position].name_len, 1);
position         2332 ext/reflection/php_reflection.c 	ref->arg_info = &arg_info[position];
position         2333 ext/reflection/php_reflection.c 	ref->offset = (zend_uint)position;
position         2725 ext/soap/php_encoding.c 			xmlAttrPtr position = get_attribute(trav->properties,"position");
position         2728 ext/soap/php_encoding.c 			if (position != NULL && position->children && position->children->content) {
position         2729 ext/soap/php_encoding.c 				char* tmp = strrchr((char*)position->children->content, '[');
position         2731 ext/soap/php_encoding.c 					tmp = (char*)position->children->content;
position         1359 ext/spl/spl_array.c 	long opos, position;
position         1365 ext/spl/spl_array.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &position) == FAILURE) {
position         1374 ext/spl/spl_array.c 	opos = position;
position         1376 ext/spl/spl_array.c 	if (position >= 0) { /* negative values are not supported */
position         1380 ext/spl/spl_array.c 		while (position-- > 0 && (result = spl_array_next(intern TSRMLS_CC)) == SUCCESS);
position         1870 ext/spl/spl_array.c 	ZEND_ARG_INFO(0, position)
position         1992 ext/spl/spl_directory.c 	ZEND_ARG_INFO(0, position)
position         2647 ext/spl/spl_iterators.c 	ZEND_ARG_INFO(0, position)
position         2662 ext/spl/spl_iterators.c 	ZEND_ARG_INFO(0, position)
position          622 ext/spl/spl_observer.c 		HashPosition position;
position          625 ext/spl/spl_observer.c 		for (zend_hash_internal_pointer_reset_ex(&intern->storage, &position);
position          626 ext/spl/spl_observer.c 		     zend_hash_get_current_data_ex(&intern->storage, (void**) &element, &position) == SUCCESS;
position          627 ext/spl/spl_observer.c 		     zend_hash_move_forward_ex(&intern->storage, &position)) {
position         1097 ext/sqlite3/sqlite3.c 	size_t		 position;
position         1112 ext/sqlite3/sqlite3.c 	if (sqlite3_stream->position + count >= sqlite3_stream->size) {
position         1113 ext/sqlite3/sqlite3.c 		count = sqlite3_stream->size - sqlite3_stream->position;
position         1117 ext/sqlite3/sqlite3.c 		if (sqlite3_blob_read(sqlite3_stream->blob, buf, count, sqlite3_stream->position) != SQLITE_OK) {
position         1120 ext/sqlite3/sqlite3.c 		sqlite3_stream->position += count;
position         1152 ext/sqlite3/sqlite3.c 				if (sqlite3_stream->position < (size_t)(-offset)) {
position         1153 ext/sqlite3/sqlite3.c 					sqlite3_stream->position = 0;
position         1157 ext/sqlite3/sqlite3.c 					sqlite3_stream->position = sqlite3_stream->position + offset;
position         1158 ext/sqlite3/sqlite3.c 					*newoffs = sqlite3_stream->position;
position         1163 ext/sqlite3/sqlite3.c 				if (sqlite3_stream->position + (size_t)(offset) > sqlite3_stream->size) {
position         1164 ext/sqlite3/sqlite3.c 					sqlite3_stream->position = sqlite3_stream->size;
position         1168 ext/sqlite3/sqlite3.c 					sqlite3_stream->position = sqlite3_stream->position + offset;
position         1169 ext/sqlite3/sqlite3.c 					*newoffs = sqlite3_stream->position;
position         1176 ext/sqlite3/sqlite3.c 				sqlite3_stream->position = sqlite3_stream->size;
position         1180 ext/sqlite3/sqlite3.c 				sqlite3_stream->position = offset;
position         1181 ext/sqlite3/sqlite3.c 				*newoffs = sqlite3_stream->position;
position         1187 ext/sqlite3/sqlite3.c 				sqlite3_stream->position = sqlite3_stream->size;
position         1191 ext/sqlite3/sqlite3.c 				sqlite3_stream->position = 0;
position         1195 ext/sqlite3/sqlite3.c 				sqlite3_stream->position = sqlite3_stream->size + offset;
position         1196 ext/sqlite3/sqlite3.c 				*newoffs = sqlite3_stream->position;
position         1201 ext/sqlite3/sqlite3.c 			*newoffs = sqlite3_stream->position;
position         1259 ext/sqlite3/sqlite3.c 	sqlite3_stream->position = 0;
position          940 ext/standard/http_fopen_wrapper.c 		stream->position = 0;
position           68 ext/standard/php_fopen_wrapper.c 	off_t position;
position           83 ext/standard/php_fopen_wrapper.c 	if (!SG(post_read) && SG(read_post_bytes) < input->position + count) {
position           93 ext/standard/php_fopen_wrapper.c 	php_stream_seek(input->body, input->position, SEEK_SET);
position           99 ext/standard/php_fopen_wrapper.c 		input->position += read;
position          127 ext/standard/php_fopen_wrapper.c 		*newoffset = (input->body)->position;
position          423 ext/standard/streamsfuncs.c 		off_t	position;
position          425 ext/standard/streamsfuncs.c 		position = php_stream_tell(stream);
position          426 ext/standard/streamsfuncs.c 		if (position >= 0 && desiredpos > position) {
position          428 ext/standard/streamsfuncs.c 			seek_res = php_stream_seek(stream, desiredpos - position, SEEK_CUR);
position          429 ext/standard/streamsfuncs.c 		} else if (desiredpos < position)  {
position          214 main/php_streams.h 	off_t position; /* of underlying stream */
position           79 main/streams/cast.c static PHP_FPOS_T stream_cookie_seeker(void *cookie, off_t position, int whence)
position           83 main/streams/cast.c 	return (PHP_FPOS_T)php_stream_seek((php_stream *)cookie, position, whence);
position          113 main/streams/cast.c static int stream_cookie_seeker(void *cookie, __off64_t *position, int whence)
position          117 main/streams/cast.c 	*position = php_stream_seek((php_stream *)cookie, (off_t)*position, whence);
position          119 main/streams/cast.c 	if (*position == -1) {
position          125 main/streams/cast.c static int stream_cookie_seeker(void *cookie, off_t position, int whence)
position          129 main/streams/cast.c 	return php_stream_seek((php_stream *)cookie, position, whence);
position          211 main/streams/cast.c 			stream->ops->seek(stream, stream->position, SEEK_SET, &dummy TSRMLS_CC);
position          250 main/streams/plain_wrapper.c 			stream->position = lseek(self->fd, 0, SEEK_CUR);
position          252 main/streams/plain_wrapper.c 			if (stream->position == (off_t)-1 && errno == ESPIPE) {
position          253 main/streams/plain_wrapper.c 				stream->position = 0;
position          289 main/streams/plain_wrapper.c 			stream->position = ftell(file);
position          767 main/streams/streams.c 		stream->position += didread;
position          951 main/streams/streams.c 			stream->position += cpysz;
position         1107 main/streams/streams.c 		stream->position += delim_len;
position         1124 main/streams/streams.c 		stream->ops->seek(stream, stream->position, SEEK_SET, &stream->position TSRMLS_CC);
position         1144 main/streams/streams.c 				stream->position += justwrote;
position         1270 main/streams/streams.c 	return stream->position;
position         1286 main/streams/streams.c 					stream->position += offset;
position         1292 main/streams/streams.c 				if (offset > stream->position &&
position         1293 main/streams/streams.c 						offset <= stream->position + stream->writepos - stream->readpos) {
position         1294 main/streams/streams.c 					stream->readpos += offset - stream->position;
position         1295 main/streams/streams.c 					stream->position = offset;
position         1313 main/streams/streams.c 				offset = stream->position + offset;
position         1317 main/streams/streams.c 		ret = stream->ops->seek(stream, offset, whence, &stream->position TSRMLS_CC);
position         2134 main/streams/streams.c 	if (stream && stream->ops->seek && (stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0 && strchr(mode, 'a') && stream->position == 0) {
position         2139 main/streams/streams.c 			stream->position = newpos;
position           96 sapi/phpdbg/phpdbg_bp.c 		HashPosition position[2];
position           99 sapi/phpdbg/phpdbg_bp.c 		for (zend_hash_internal_pointer_reset_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], &position[0]);
position          100 sapi/phpdbg/phpdbg_bp.c 			zend_hash_get_current_data_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], (void**)&table, &position[0]) == SUCCESS;
position          101 sapi/phpdbg/phpdbg_bp.c 			zend_hash_move_forward_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], &position[0])) {
position          104 sapi/phpdbg/phpdbg_bp.c 			for (zend_hash_internal_pointer_reset_ex((*table), &position[1]);
position          105 sapi/phpdbg/phpdbg_bp.c 				zend_hash_get_current_data_ex((*table), (void**)&brake, &position[1]) == SUCCESS;
position          106 sapi/phpdbg/phpdbg_bp.c 				zend_hash_move_forward_ex((*table), &position[1])) {
position          115 sapi/phpdbg/phpdbg_bp.c 	HashPosition position[2];
position          124 sapi/phpdbg/phpdbg_bp.c 		for (zend_hash_internal_pointer_reset_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], &position[0]);
position          125 sapi/phpdbg/phpdbg_bp.c 			zend_hash_get_current_data_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], (void**)&table, &position[0]) == SUCCESS;
position          126 sapi/phpdbg/phpdbg_bp.c 			zend_hash_move_forward_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], &position[0])) {
position          129 sapi/phpdbg/phpdbg_bp.c 			zend_hash_get_current_key_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], NULL, NULL, &id, 0, &position[0]);
position          131 sapi/phpdbg/phpdbg_bp.c 			for (zend_hash_internal_pointer_reset_ex((*table), &position[1]);
position          132 sapi/phpdbg/phpdbg_bp.c 				zend_hash_get_current_data_ex((*table), (void**)&brake, &position[1]) == SUCCESS;
position          133 sapi/phpdbg/phpdbg_bp.c 				zend_hash_move_forward_ex((*table), &position[1])) {
position          401 sapi/phpdbg/phpdbg_bp.c 	HashPosition position;
position          417 sapi/phpdbg/phpdbg_bp.c 	for (zend_hash_internal_pointer_reset_ex(oplines_table, &position);
position          418 sapi/phpdbg/phpdbg_bp.c 	     zend_hash_get_current_data_ex(oplines_table, (void**) &brake, &position) == SUCCESS;
position          419 sapi/phpdbg/phpdbg_bp.c 	     zend_hash_move_forward_ex(oplines_table, &position)) {
position          967 sapi/phpdbg/phpdbg_bp.c 	HashPosition position;
position          970 sapi/phpdbg/phpdbg_bp.c 	for (zend_hash_internal_pointer_reset_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], &position);
position          971 sapi/phpdbg/phpdbg_bp.c 	     zend_hash_get_current_data_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], (void*)&bp, &position) == SUCCESS;
position          972 sapi/phpdbg/phpdbg_bp.c 	     zend_hash_move_forward_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], &position)) {
position         1091 sapi/phpdbg/phpdbg_bp.c 	HashPosition position;
position         1094 sapi/phpdbg/phpdbg_bp.c 	if ((brake = phpdbg_find_breakbase_ex(num, &table, &position TSRMLS_CC))) {
position         1132 sapi/phpdbg/phpdbg_bp.c 			(*table), &key, &klen, &idx, 0, &position)) {
position         1330 sapi/phpdbg/phpdbg_bp.c 	HashPosition position;
position         1332 sapi/phpdbg/phpdbg_bp.c 	return phpdbg_find_breakbase_ex(id, &table, &position TSRMLS_CC);
position         1335 sapi/phpdbg/phpdbg_bp.c PHPDBG_API phpdbg_breakbase_t *phpdbg_find_breakbase_ex(zend_ulong id, HashTable ***table, HashPosition *position TSRMLS_DC) /* {{{ */
position         1340 sapi/phpdbg/phpdbg_bp.c 		for (zend_hash_internal_pointer_reset_ex((**table), position);
position         1341 sapi/phpdbg/phpdbg_bp.c 			zend_hash_get_current_data_ex((**table), (void**)&brake, position) == SUCCESS;
position         1342 sapi/phpdbg/phpdbg_bp.c 			zend_hash_move_forward_ex((**table), position)) {
position         1356 sapi/phpdbg/phpdbg_bp.c 			HashPosition position;
position         1361 sapi/phpdbg/phpdbg_bp.c 			for (zend_hash_internal_pointer_reset_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], &position);
position         1362 sapi/phpdbg/phpdbg_bp.c 			     zend_hash_get_current_data_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], (void**) &brake, &position) == SUCCESS;
position         1363 sapi/phpdbg/phpdbg_bp.c 			     zend_hash_move_forward_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], &position)) {
position         1371 sapi/phpdbg/phpdbg_bp.c 			HashPosition position[2];
position         1379 sapi/phpdbg/phpdbg_bp.c 			for (zend_hash_internal_pointer_reset_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD], &position[0]);
position         1380 sapi/phpdbg/phpdbg_bp.c 			     zend_hash_get_current_data_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD], (void**) &class_table, &position[0]) == SUCCESS;
position         1381 sapi/phpdbg/phpdbg_bp.c 			     zend_hash_move_forward_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD], &position[0])) {
position         1384 sapi/phpdbg/phpdbg_bp.c 					&class_name, &class_len, &class_idx, 0, &position[0]) == HASH_KEY_IS_STRING) {
position         1387 sapi/phpdbg/phpdbg_bp.c 					for (zend_hash_internal_pointer_reset_ex(class_table, &position[1]);
position         1388 sapi/phpdbg/phpdbg_bp.c 					     zend_hash_get_current_data_ex(class_table, (void**)&brake, &position[1]) == SUCCESS;
position         1389 sapi/phpdbg/phpdbg_bp.c 					     zend_hash_move_forward_ex(class_table, &position[1])) {
position         1400 sapi/phpdbg/phpdbg_bp.c 			HashPosition position[2];
position         1405 sapi/phpdbg/phpdbg_bp.c 			for (zend_hash_internal_pointer_reset_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], &position[0]);
position         1406 sapi/phpdbg/phpdbg_bp.c 			     zend_hash_get_current_data_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], (void**) &points, &position[0]) == SUCCESS;
position         1407 sapi/phpdbg/phpdbg_bp.c 			     zend_hash_move_forward_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], &position[0])) {
position         1410 sapi/phpdbg/phpdbg_bp.c 				for (zend_hash_internal_pointer_reset_ex(points, &position[1]);
position         1411 sapi/phpdbg/phpdbg_bp.c 				     zend_hash_get_current_data_ex(points, (void**)&brake, &position[1]) == SUCCESS;
position         1412 sapi/phpdbg/phpdbg_bp.c 				     zend_hash_move_forward_ex(points, &position[1])) {
position         1422 sapi/phpdbg/phpdbg_bp.c 			HashPosition position;
position         1427 sapi/phpdbg/phpdbg_bp.c 			for (zend_hash_internal_pointer_reset_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE], &position);
position         1428 sapi/phpdbg/phpdbg_bp.c 			     zend_hash_get_current_data_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE], (void**) &brake, &position) == SUCCESS;
position         1429 sapi/phpdbg/phpdbg_bp.c 			     zend_hash_move_forward_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE], &position)) {
position         1450 sapi/phpdbg/phpdbg_bp.c 			HashPosition position[3];
position         1458 sapi/phpdbg/phpdbg_bp.c 			for (zend_hash_internal_pointer_reset_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD_OPLINE], &position[0]);
position         1459 sapi/phpdbg/phpdbg_bp.c 			     zend_hash_get_current_data_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD_OPLINE], (void**) &class_table, &position[0]) == SUCCESS;
position         1460 sapi/phpdbg/phpdbg_bp.c 			     zend_hash_move_forward_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD_OPLINE], &position[0])) {
position         1463 sapi/phpdbg/phpdbg_bp.c 					&class_name, &class_len, &class_idx, 0, &position[0]) == HASH_KEY_IS_STRING) {
position         1465 sapi/phpdbg/phpdbg_bp.c 					for (zend_hash_internal_pointer_reset_ex(class_table, &position[1]);
position         1466 sapi/phpdbg/phpdbg_bp.c 					     zend_hash_get_current_data_ex(class_table, (void**) &method_table, &position[1]) == SUCCESS;
position         1467 sapi/phpdbg/phpdbg_bp.c 					     zend_hash_move_forward_ex(class_table, &position[1])) {
position         1470 sapi/phpdbg/phpdbg_bp.c 							&method_name, &method_len, &method_idx, 0, &position[0]) == HASH_KEY_IS_STRING) {
position         1474 sapi/phpdbg/phpdbg_bp.c 							for (zend_hash_internal_pointer_reset_ex(method_table, &position[2]);
position         1475 sapi/phpdbg/phpdbg_bp.c 							     zend_hash_get_current_data_ex(method_table, (void**)&brake, &position[2]) == SUCCESS;
position         1476 sapi/phpdbg/phpdbg_bp.c 							     zend_hash_move_forward_ex(method_table, &position[2])) {
position         1489 sapi/phpdbg/phpdbg_bp.c 			HashPosition position[2];
position         1497 sapi/phpdbg/phpdbg_bp.c 			for (zend_hash_internal_pointer_reset_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE], &position[0]);
position         1498 sapi/phpdbg/phpdbg_bp.c 			     zend_hash_get_current_data_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE], (void**) &function_table, &position[0]) == SUCCESS;
position         1499 sapi/phpdbg/phpdbg_bp.c 			     zend_hash_move_forward_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE], &position[0])) {
position         1502 sapi/phpdbg/phpdbg_bp.c 					&function_name, &function_len, &function_idx, 0, &position[0]) == HASH_KEY_IS_STRING) {
position         1506 sapi/phpdbg/phpdbg_bp.c 					for (zend_hash_internal_pointer_reset_ex(function_table, &position[1]);
position         1507 sapi/phpdbg/phpdbg_bp.c 					     zend_hash_get_current_data_ex(function_table, (void**)&brake, &position[1]) == SUCCESS;
position         1508 sapi/phpdbg/phpdbg_bp.c 					     zend_hash_move_forward_ex(function_table, &position[1])) {
position         1519 sapi/phpdbg/phpdbg_bp.c 			HashPosition position[2];
position         1527 sapi/phpdbg/phpdbg_bp.c 			for (zend_hash_internal_pointer_reset_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE], &position[0]);
position         1528 sapi/phpdbg/phpdbg_bp.c 			     zend_hash_get_current_data_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE], (void**) &file_table, &position[0]) == SUCCESS;
position         1529 sapi/phpdbg/phpdbg_bp.c 			     zend_hash_move_forward_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE], &position[0])) {
position         1532 sapi/phpdbg/phpdbg_bp.c 					&file_name, &file_len, &file_idx, 0, &position[0]) == HASH_KEY_IS_STRING) {
position         1536 sapi/phpdbg/phpdbg_bp.c 					for (zend_hash_internal_pointer_reset_ex(file_table, &position[1]);
position         1537 sapi/phpdbg/phpdbg_bp.c 					     zend_hash_get_current_data_ex(file_table, (void**)&brake, &position[1]) == SUCCESS;
position         1538 sapi/phpdbg/phpdbg_bp.c 					     zend_hash_move_forward_ex(file_table, &position[1])) {
position         1548 sapi/phpdbg/phpdbg_bp.c 			HashPosition position;
position         1553 sapi/phpdbg/phpdbg_bp.c 			for (zend_hash_internal_pointer_reset_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], &position);
position         1554 sapi/phpdbg/phpdbg_bp.c 			     zend_hash_get_current_data_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], (void**) &brake, &position) == SUCCESS;
position         1555 sapi/phpdbg/phpdbg_bp.c 			     zend_hash_move_forward_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], &position)) {
position         1624 sapi/phpdbg/phpdbg_bp.c 			HashPosition position;
position         1629 sapi/phpdbg/phpdbg_bp.c 			for (zend_hash_internal_pointer_reset_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE], &position);
position         1630 sapi/phpdbg/phpdbg_bp.c 			     zend_hash_get_current_data_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE], (void**) &brake, &position) == SUCCESS;
position         1631 sapi/phpdbg/phpdbg_bp.c 			     zend_hash_move_forward_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE], &position)) {
position          141 sapi/phpdbg/phpdbg_bp.h PHPDBG_API phpdbg_breakbase_t *phpdbg_find_breakbase_ex(zend_ulong id, HashTable ***table, HashPosition *position TSRMLS_DC); /* }}} */
position          169 sapi/phpdbg/phpdbg_frame.c 	HashPosition position;
position          180 sapi/phpdbg/phpdbg_frame.c 	zend_hash_internal_pointer_reset_ex(Z_ARRVAL(zbacktrace), &position);
position          181 sapi/phpdbg/phpdbg_frame.c 	zend_hash_get_current_data_ex(Z_ARRVAL(zbacktrace), (void**)&tmp, &position);
position          185 sapi/phpdbg/phpdbg_frame.c 		zend_hash_move_forward_ex(Z_ARRVAL(zbacktrace), &position);
position          188 sapi/phpdbg/phpdbg_frame.c 			(void**)&tmp, &position) == FAILURE) {
position          284 sapi/phpdbg/phpdbg_info.c 	HashPosition position;
position          290 sapi/phpdbg/phpdbg_info.c 	for (zend_hash_internal_pointer_reset_ex(EG(class_table), &position);
position          291 sapi/phpdbg/phpdbg_info.c 		zend_hash_get_current_data_ex(EG(class_table), (void**)&ce, &position) == SUCCESS;
position          292 sapi/phpdbg/phpdbg_info.c 		zend_hash_move_forward_ex(EG(class_table), &position)) {
position          303 sapi/phpdbg/phpdbg_info.c 	for (zend_hash_internal_pointer_reset_ex(&classes, &position);
position          304 sapi/phpdbg/phpdbg_info.c 		zend_hash_get_current_data_ex(&classes, (void**)&ce, &position) == SUCCESS;
position          305 sapi/phpdbg/phpdbg_info.c 		zend_hash_move_forward_ex(&classes, &position)) {
position          337 sapi/phpdbg/phpdbg_info.c 	HashPosition position;
position          343 sapi/phpdbg/phpdbg_info.c 	for (zend_hash_internal_pointer_reset_ex(EG(function_table), &position);
position          344 sapi/phpdbg/phpdbg_info.c 		zend_hash_get_current_data_ex(EG(function_table), (void**)&zf, &position) == SUCCESS;
position          345 sapi/phpdbg/phpdbg_info.c 		zend_hash_move_forward_ex(EG(function_table), &position)) {
position          356 sapi/phpdbg/phpdbg_info.c 	for (zend_hash_internal_pointer_reset_ex(&functions, &position);
position          357 sapi/phpdbg/phpdbg_info.c 		zend_hash_get_current_data_ex(&functions, (void**)&pzf, &position) == SUCCESS;
position          358 sapi/phpdbg/phpdbg_info.c 		zend_hash_move_forward_ex(&functions, &position)) {
position          170 sapi/phpdbg/phpdbg_print.c 			HashPosition position;
position          173 sapi/phpdbg/phpdbg_print.c 			for (zend_hash_internal_pointer_reset_ex(&(*ce)->function_table, &position);
position          174 sapi/phpdbg/phpdbg_print.c 			     zend_hash_get_current_data_ex(&(*ce)->function_table, (void**) &method, &position) == SUCCESS;
position          175 sapi/phpdbg/phpdbg_print.c 			     zend_hash_move_forward_ex(&(*ce)->function_table, &position)) {
position          170 sapi/phpdbg/phpdbg_watch.c 		HashPosition position;
position          174 sapi/phpdbg/phpdbg_watch.c 		for (zend_hash_internal_pointer_reset_ex(ht, &position);
position          175 sapi/phpdbg/phpdbg_watch.c 		     zend_hash_get_current_data_ex(ht, (void **)&zv, &position) == SUCCESS;
position          176 sapi/phpdbg/phpdbg_watch.c 		     zend_hash_move_forward_ex(ht, &position)) {
position          183 sapi/phpdbg/phpdbg_watch.c 			zend_hash_get_current_key_zval_ex(ht, &key, &position);
position          224 sapi/phpdbg/phpdbg_watch.c 			HashPosition position;
position          233 sapi/phpdbg/phpdbg_watch.c 			for (zend_hash_internal_pointer_reset_ex(ht, &position);
position          234 sapi/phpdbg/phpdbg_watch.c 			     zend_hash_get_current_data_ex(ht, (void **)&zv, &position) == SUCCESS;
position          235 sapi/phpdbg/phpdbg_watch.c 			     zend_hash_move_forward_ex(ht, &position)) {
position          236 sapi/phpdbg/phpdbg_watch.c 				zend_hash_get_current_key_zval_ex(ht, &key, &position);
position          331 sapi/phpdbg/phpdbg_watch.c 			HashPosition position;
position          332 sapi/phpdbg/phpdbg_watch.c 			for (zend_hash_internal_pointer_reset_ex(parent, &position);
position          333 sapi/phpdbg/phpdbg_watch.c 			     zend_hash_get_current_data_ex(parent, (void **)&zv, &position) == SUCCESS;
position          334 sapi/phpdbg/phpdbg_watch.c 			     zend_hash_move_forward_ex(parent, &position)) {
position          339 sapi/phpdbg/phpdbg_watch.c 					zend_hash_get_current_key_zval_ex(parent, key, &position);
position          764 sapi/phpdbg/phpdbg_watch.c 	HashPosition position;
position          767 sapi/phpdbg/phpdbg_watch.c 	for (zend_hash_internal_pointer_reset_ex(&PHPDBG_G(watchpoints), &position);
position          768 sapi/phpdbg/phpdbg_watch.c 	     zend_hash_get_current_data_ex(&PHPDBG_G(watchpoints), (void**) &watch, &position) == SUCCESS;
position          769 sapi/phpdbg/phpdbg_watch.c 	     zend_hash_move_forward_ex(&PHPDBG_G(watchpoints), &position)) {