zend_hash_index_find_ptr  338 Zend/zend_generators.c 	return zend_hash_index_find_ptr(&node->child.ht, (zend_ulong) leaf);
zend_hash_index_find_ptr  405 Zend/zend_generators.c 					zend_generator *child = zend_hash_index_find_ptr(&next->node.child.ht, (zend_ulong) generator);
zend_hash_index_find_ptr  724 Zend/zend_hash.h 		return zend_hash_index_find_ptr(ht, idx);
zend_hash_index_find_ptr   73 Zend/zend_list.c 	ld = zend_hash_index_find_ptr(&list_destructors, r.type);
zend_hash_index_find_ptr  199 Zend/zend_list.c 		ld = zend_hash_index_find_ptr(&list_destructors, res->type);
zend_hash_index_find_ptr  332 Zend/zend_list.c 	lde = zend_hash_index_find_ptr(&list_destructors, res->type);
zend_hash_index_find_ptr  614 ext/dba/dba.c  		if ((le = zend_hash_index_find_ptr(&EG(regular_list), i)) == NULL) {
zend_hash_index_find_ptr 1266 ext/dba/dba.c  		if ((le = zend_hash_index_find_ptr(&EG(regular_list), i)) == NULL) {
zend_hash_index_find_ptr  400 ext/oci8/oci8_statement.c 		if ((column = zend_hash_index_find_ptr(statement->columns, column_index)) == NULL) {
zend_hash_index_find_ptr 2692 ext/odbc/php_odbc.c 			p = zend_hash_index_find_ptr(&EG(regular_list), conn_id);   /* check if the connection is still there */
zend_hash_index_find_ptr   31 ext/opcache/zend_accelerator_util_funcs.c # define accel_xlat_get(old)		zend_hash_index_find_ptr(&ZCG(bind_hash), (zend_ulong)(zend_uintptr_t)(old))
zend_hash_index_find_ptr  338 ext/opcache/zend_shared_alloc.c 	if ((old_p = zend_hash_index_find_ptr(&ZCG(xlat_table), (zend_ulong)source)) != NULL) {
zend_hash_index_find_ptr  350 ext/opcache/zend_shared_alloc.c 	if ((old_p = zend_hash_index_find_ptr(&ZCG(xlat_table), (zend_ulong)source)) != NULL) {
zend_hash_index_find_ptr  456 ext/opcache/zend_shared_alloc.c 	if ((retval = zend_hash_index_find_ptr(&ZCG(xlat_table), (zend_ulong)old)) == NULL) {
zend_hash_index_find_ptr  533 ext/pdo/pdo_sql_parser.c 				param = zend_hash_index_find_ptr(params, plc->bindno);
zend_hash_index_find_ptr  799 ext/pdo/pdo_sql_parser.c 			   NULL != (params = zend_hash_index_find_ptr(params, bindno)))
zend_hash_index_find_ptr  836 ext/pdo/pdo_sql_parser.c 			if(NULL != (params = zend_hash_index_find_ptr(params, bindno)))
zend_hash_index_find_ptr  140 ext/pdo/pdo_stmt.c 			if ((name = zend_hash_index_find_ptr(stmt->bound_param_map, param->paramno)) != NULL) {
zend_hash_index_find_ptr  462 ext/pdo_pgsql/pgsql_statement.c 					(param = zend_hash_index_find_ptr(stmt->bound_columns, colno)) != NULL ||
zend_hash_index_find_ptr 2326 ext/pgsql/pgsql.c 	if ((notice = zend_hash_index_find_ptr(&PGG(notices), (zend_ulong)Z_RES_HANDLE_P(pgsql_link))) == NULL) {
zend_hash_index_find_ptr  293 ext/soap/php_encoding.c 		if ((node_ptr = zend_hash_index_find_ptr(SOAP_GLOBAL(ref_map), (zend_ulong)data)) != NULL) {
zend_hash_index_find_ptr 3474 ext/soap/php_encoding.c 	if ((enc = zend_hash_index_find_ptr(&SOAP_GLOBAL(defEncIndex), encode)) == NULL) {
zend_hash_index_find_ptr 3404 ext/soap/soap.c 					    (param = zend_hash_index_find_ptr(function->requestParameters, cur_param)) == NULL) {
zend_hash_index_find_ptr 4503 ext/soap/soap.c 		if ((tmp = zend_hash_index_find_ptr(ht, index)) != NULL) {
zend_hash_index_find_ptr 2411 sapi/cli/php_cli_server.c 		if (NULL != (client = zend_hash_index_find_ptr(&server->clients, fd))) {
zend_hash_index_find_ptr  297 sapi/phpdbg/phpdbg_bp.c 					new_break = *(phpdbg_breakfile_t *) zend_hash_index_find_ptr(fileht, line_num);
zend_hash_index_find_ptr  907 sapi/phpdbg/phpdbg_bp.c 	if (EG(current_execute_data) && (brake = zend_hash_index_find_ptr(breaks, EG(current_execute_data)->opline->lineno))) {
zend_hash_index_find_ptr  964 sapi/phpdbg/phpdbg_bp.c 	if ((brake = zend_hash_index_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE], (zend_ulong) opline)) && brake->base) {
zend_hash_index_find_ptr  979 sapi/phpdbg/phpdbg_bp.c 	return zend_hash_index_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE], zend_hash_func(opname, strlen(opname)));
zend_hash_index_find_ptr 1392 sapi/phpdbg/phpdbg_bp.c 	if ((*table = zend_hash_index_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], id))) {
zend_hash_index_find_ptr  201 sapi/phpdbg/phpdbg_watch.c 	if ((cur = zend_hash_index_find_ptr(&PHPDBG_G(watch_collisions), (zend_ulong) watch->addr.ref))) {
zend_hash_index_find_ptr  263 sapi/phpdbg/phpdbg_watch.c 	if ((cur = zend_hash_index_find_ptr(&PHPDBG_G(watch_collisions), (zend_ulong) Z_COUNTED_P(watch->addr.zv)))) {