Home
last modified time | relevance | path

Searched refs:zend_hash_index_find_ptr (Results 1 – 19 of 19) sorted by relevance

/PHP-7.1/Zend/
H A Dzend_list.c73 ld = zend_hash_index_find_ptr(&list_destructors, r.type); in zend_resource_dtor()
199 ld = zend_hash_index_find_ptr(&list_destructors, res->type); in plist_entry_destructor()
332 lde = zend_hash_index_find_ptr(&list_destructors, res->type); in zend_rsrc_list_get_rsrc_type()
H A Dzend_generators.c494 return zend_hash_index_find_ptr(&node->child.ht, (zend_ulong) leaf); in zend_generator_get_child()
561 zend_generator *child = zend_hash_index_find_ptr(&next->node.child.ht, (zend_ulong) generator); in zend_generator_add_child()
H A Dzend_hash.h757 static zend_always_inline void *zend_hash_index_find_ptr(const HashTable *ht, zend_ulong h) in zend_hash_index_find_ptr() function
775 return zend_hash_index_find_ptr(ht, idx); in zend_symtable_str_find_ptr()
/PHP-7.1/ext/opcache/
H A Dzend_shared_alloc.c341 if ((old_p = zend_hash_index_find_ptr(&ZCG(xlat_table), (zend_ulong)source)) != NULL) { in zend_shared_memdup_size()
353 if ((old_p = zend_hash_index_find_ptr(&ZCG(xlat_table), (zend_ulong)source)) != NULL) { in _zend_shared_memdup()
459 if ((retval = zend_hash_index_find_ptr(&ZCG(xlat_table), (zend_ulong)old)) == NULL) { in zend_shared_alloc_get_xlat_entry()
H A Dzend_accelerator_util_funcs.c31 # define accel_xlat_get(old) zend_hash_index_find_ptr(&ZCG(bind_hash), (zend_ulong)(zend_uintptr_t…
/PHP-7.1/ext/pdo/
H A Dpdo_sql_parser.c510 param = zend_hash_index_find_ptr(params, plc->bindno); in pdo_parse_params()
776 NULL != (params = zend_hash_index_find_ptr(params, bindno)))
813 if(NULL != (params = zend_hash_index_find_ptr(params, bindno)))
H A Dpdo_sql_parser.re195 param = zend_hash_index_find_ptr(params, plc->bindno);
461 NULL != (params = zend_hash_index_find_ptr(params, bindno)))
498 if(NULL != (params = zend_hash_index_find_ptr(params, bindno)))
H A Dpdo_stmt.c134 if ((name = zend_hash_index_find_ptr(stmt->bound_param_map, param->paramno)) != NULL) {
/PHP-7.1/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp205 …if ((storedType = (Formattable::Type*)zend_hash_index_find_ptr(ret, (zend_ulong)argNumber)) == NUL… in umsg_parse_format()
440 storedArgType = (Formattable::Type*)zend_hash_index_find_ptr(types, (zend_ulong)num_index); in umsg_format_helper()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_bp.c310 new_break = *(phpdbg_breakfile_t *) zend_hash_index_find_ptr(fileht, line_num); in phpdbg_set_breakpoint_file_ex()
912 …if (EG(current_execute_data) && (brake = zend_hash_index_find_ptr(breaks, EG(current_execute_data)… in phpdbg_find_breakpoint_file()
969 …if ((brake = zend_hash_index_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE], (zend_ulong) opline)) &&… in phpdbg_find_breakpoint_opline()
984 …return zend_hash_index_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE], zend_hash_func(opname, strlen(… in phpdbg_find_breakpoint_opcode()
1397 if ((*table = zend_hash_index_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], id))) { in phpdbg_find_breakbase_ex()
H A Dphpdbg_watch.c341 if ((coll = zend_hash_index_find_ptr(&PHPDBG_G(watch_collisions), (zend_ulong) watch->ref))) {
380 if (!(coll = zend_hash_index_find_ptr(&PHPDBG_G(watch_collisions), (zend_ulong) watch->ref))) {
423 if (!(coll = zend_hash_index_find_ptr(&PHPDBG_G(watch_collisions), (zend_ulong) watch->ref))) {
1327 if ((element = zend_hash_index_find_ptr(&PHPDBG_G(watch_elements), param->num))) {
/PHP-7.1/ext/dba/
H A Ddba.c614 if ((le = zend_hash_index_find_ptr(&EG(regular_list), i)) == NULL) { in php_dba_find()
1262 if ((le = zend_hash_index_find_ptr(&EG(regular_list), i)) == NULL) { in PHP_FUNCTION()
/PHP-7.1/ext/pdo_pgsql/
H A Dpgsql_statement.c496 (param = zend_hash_index_find_ptr(stmt->bound_columns, colno)) != NULL || in pgsql_stmt_describe()
/PHP-7.1/ext/spl/
H A Dspl_observer.c163 return zend_hash_index_find_ptr(&intern->storage, key->h); in spl_object_storage_get()
/PHP-7.1/ext/oci8/
H A Doci8_statement.c415 if ((column = zend_hash_index_find_ptr(statement->columns, column_index)) == NULL) { in php_oci_statement_get_column()
/PHP-7.1/ext/soap/
H A Dphp_encoding.c303 if ((node_ptr = zend_hash_index_find_ptr(SOAP_GLOBAL(ref_map), (zend_ulong)data)) != NULL) { in soap_check_zval_ref()
3489 if ((enc = zend_hash_index_find_ptr(&SOAP_GLOBAL(defEncIndex), encode)) == NULL) { in get_conversion()
H A Dsoap.c3383 (param = zend_hash_index_find_ptr(function->requestParameters, cur_param)) == NULL) {
4482 if ((tmp = zend_hash_index_find_ptr(ht, index)) != NULL) {
/PHP-7.1/sapi/cli/
H A Dphp_cli_server.c2493 if (NULL != (client = zend_hash_index_find_ptr(&server->clients, fd))) { in php_cli_server_do_event_for_each_fd_callback()
/PHP-7.1/ext/odbc/
H A Dphp_odbc.c2703 …p = zend_hash_index_find_ptr(&EG(regular_list), conn_id); /* check if the connection is still th… in odbc_do_connect()

Completed in 110 milliseconds