fetched          1588 ext/ldap/ldap.c 	zval **fetched;
fetched          1589 ext/ldap/ldap.c 	if (zend_hash_find(Z_ARRVAL_P(hashTbl), key, strlen(key)+1, (void **) &fetched) == SUCCESS) {
fetched          1590 ext/ldap/ldap.c 		*out = *fetched;
fetched          1605 ext/ldap/ldap.c 	zval **fetched;
fetched          1669 ext/ldap/ldap.c 			if (zend_hash_index_find(Z_ARRVAL_P(mods), i, (void **) &fetched) != SUCCESS) {
fetched          1673 ext/ldap/ldap.c 			mod = *fetched;
fetched          1705 ext/ldap/ldap.c 				zend_hash_get_current_data(Z_ARRVAL_P(mod), (void **) &fetched);
fetched          1706 ext/ldap/ldap.c 				modinfo = *fetched;
fetched          1774 ext/ldap/ldap.c 						if (zend_hash_index_find(Z_ARRVAL_P(modinfo), k, (void **) &fetched) != SUCCESS) {
fetched          1778 ext/ldap/ldap.c 						modval = *fetched;
fetched          1803 ext/ldap/ldap.c 		zend_hash_index_find(Z_ARRVAL_P(mods), i, (void **) &fetched);
fetched          1804 ext/ldap/ldap.c 		mod = *fetched;
fetched          1843 ext/ldap/ldap.c 				zend_hash_index_find(Z_ARRVAL_P(vals), j, (void **) &fetched);
fetched          1844 ext/ldap/ldap.c 				modval = *fetched;
fetched          4178 ext/mbstring/oniguruma/regparse.c   int r, neg, len, fetched, and_start;
fetched          4218 ext/mbstring/oniguruma/regparse.c     fetched = 0;
fetched          4251 ext/mbstring/oniguruma/regparse.c 	    fetched = 1;
fetched          4272 ext/mbstring/oniguruma/regparse.c 	  fetched = 0;
fetched          4347 ext/mbstring/oniguruma/regparse.c 	fetched = 1;
fetched          4367 ext/mbstring/oniguruma/regparse.c 	fetched = 1;
fetched          4381 ext/mbstring/oniguruma/regparse.c 	fetched = 1;
fetched          4447 ext/mbstring/oniguruma/regparse.c     if (fetched)
fetched           257 ext/mysqlnd/mysqlnd.h #define mysqlnd_stmt_fetch(stmt, fetched)	(stmt)->m->fetch((stmt), (fetched) TSRMLS_CC)
fetched           419 ext/odbc/birdstep.c 	res->fetched = 0;
fetched           453 ext/odbc/birdstep.c 	res->fetched = 1;
fetched           501 ext/odbc/birdstep.c 	if ( !res->fetched ) {
fetched           514 ext/odbc/birdstep.c 		res->fetched = 1;
fetched            47 ext/odbc/php_birdstep.h 	int     fetched;
fetched          1259 ext/odbc/php_odbc.c 	result->fetched = 0;
fetched          1440 ext/odbc/php_odbc.c 	result->fetched = 0;
fetched          1685 ext/odbc/php_odbc.c 	result->fetched = 0;
fetched          1748 ext/odbc/php_odbc.c 		result->fetched = rownum;
fetched          1751 ext/odbc/php_odbc.c 		result->fetched++;
fetched          1905 ext/odbc/php_odbc.c 		result->fetched = rownum;
fetched          1908 ext/odbc/php_odbc.c 		result->fetched++;
fetched          1996 ext/odbc/php_odbc.c 	if (result->fetched > 1) {
fetched          1997 ext/odbc/php_odbc.c 		result->fetched--;
fetched          2048 ext/odbc/php_odbc.c 		result->fetched = rownum;
fetched          2050 ext/odbc/php_odbc.c 		result->fetched++;
fetched          2121 ext/odbc/php_odbc.c 	if (result->fetched == 0) {
fetched          2134 ext/odbc/php_odbc.c 		result->fetched++;
fetched          2294 ext/odbc/php_odbc.c 		result->fetched++;
fetched          2361 ext/odbc/php_odbc.c 	RETURN_LONG(result->fetched);
fetched          2789 ext/odbc/php_odbc.c 	result->fetched = 0;
fetched          3175 ext/odbc/php_odbc.c 	result->fetched = 0;
fetched          3244 ext/odbc/php_odbc.c 	result->fetched = 0;
fetched          3307 ext/odbc/php_odbc.c 	result->fetched = 0;
fetched          3385 ext/odbc/php_odbc.c 	result->fetched = 0;
fetched          3445 ext/odbc/php_odbc.c 	result->fetched = 0;
fetched          3505 ext/odbc/php_odbc.c 	result->fetched = 0;
fetched          3572 ext/odbc/php_odbc.c 	result->fetched = 0;
fetched          3638 ext/odbc/php_odbc.c 	result->fetched = 0;
fetched          3709 ext/odbc/php_odbc.c 	result->fetched = 0;
fetched          3777 ext/odbc/php_odbc.c 	result->fetched = 0;
fetched          3838 ext/odbc/php_odbc.c 	result->fetched = 0;
fetched           253 ext/odbc/php_odbc_includes.h 	int fetched;