Home
last modified time | relevance | path

Searched refs:zend_hash_str_update_ptr (Results 1 – 25 of 119) sorted by relevance

12345

/dports/databases/pecl-redis/redis-5.3.5/
H A Dredis_array_impl.c94 zend_hash_str_update_ptr(ra->pure_cmds, "GET", sizeof("GET") - 1, NULL); in ra_init_function_table()
98 zend_hash_str_update_ptr(ra->pure_cmds, "HGET", sizeof("HGET") - 1, NULL); in ra_init_function_table()
100 zend_hash_str_update_ptr(ra->pure_cmds, "HKEYS", sizeof("HKEYS") - 1, NULL); in ra_init_function_table()
101 zend_hash_str_update_ptr(ra->pure_cmds, "HLEN", sizeof("HLEN") - 1, NULL); in ra_init_function_table()
102 zend_hash_str_update_ptr(ra->pure_cmds, "HMGET", sizeof("HMGET") - 1, NULL); in ra_init_function_table()
103 zend_hash_str_update_ptr(ra->pure_cmds, "HVALS", sizeof("HVALS") - 1, NULL); in ra_init_function_table()
105 zend_hash_str_update_ptr(ra->pure_cmds, "LLEN", sizeof("LLEN") - 1, NULL); in ra_init_function_table()
108 zend_hash_str_update_ptr(ra->pure_cmds, "SCARD", sizeof("SCARD") - 1, NULL); in ra_init_function_table()
109 zend_hash_str_update_ptr(ra->pure_cmds, "SDIFF", sizeof("SDIFF") - 1, NULL); in ra_init_function_table()
116 zend_hash_str_update_ptr(ra->pure_cmds, "TYPE", sizeof("TYPE") - 1, NULL); in ra_init_function_table()
[all …]
H A Dcluster_library.c710 zend_hash_str_update_ptr(c->nodes, key, klen, master); in cluster_map_slots()
1009 zend_hash_str_update_ptr(c->seeds, key, keylen, sock); in cluster_init_cache()
1015 zend_hash_str_update_ptr(c->nodes, key, keylen, mnode); in cluster_init_cache()
1072 zend_hash_str_update_ptr(c->seeds, key, key_len, sock); in cluster_init_seeds()
1432 zend_hash_str_update_ptr(c->nodes, key, klen, node); in cluster_update_slot()
2820 zend_hash_str_update_ptr(valid, Z_STRVAL_P(z_seed), Z_STRLEN_P(z_seed), NULL); in get_valid_seeds()
/dports/lang/php73/php-7.3.33/ext/mysqlnd/
H A Dmysqlnd_plugin.c142zend_hash_str_update_ptr(&mysqlnd_registered_plugins, plugin->plugin_name, strlen(plugin->plugin_n… in mysqlnd_plugin_register_ex()
/dports/www/mod_php81/php-8.1.1/ext/mysqlnd/
H A Dmysqlnd_plugin.c140zend_hash_str_update_ptr(&mysqlnd_registered_plugins, plugin->plugin_name, strlen(plugin->plugin_n… in mysqlnd_plugin_register_ex()
/dports/lang/php74/php-7.4.27/ext/mysqlnd/
H A Dmysqlnd_plugin.c142zend_hash_str_update_ptr(&mysqlnd_registered_plugins, plugin->plugin_name, strlen(plugin->plugin_n… in mysqlnd_plugin_register_ex()
/dports/lang/php81/php-8.1.1/ext/mysqlnd/
H A Dmysqlnd_plugin.c140zend_hash_str_update_ptr(&mysqlnd_registered_plugins, plugin->plugin_name, strlen(plugin->plugin_n… in mysqlnd_plugin_register_ex()
/dports/lang/php80/php-8.0.15/ext/mysqlnd/
H A Dmysqlnd_plugin.c140zend_hash_str_update_ptr(&mysqlnd_registered_plugins, plugin->plugin_name, strlen(plugin->plugin_n… in mysqlnd_plugin_register_ex()
/dports/www/mod_php73/php-7.3.33/ext/mysqlnd/
H A Dmysqlnd_plugin.c142zend_hash_str_update_ptr(&mysqlnd_registered_plugins, plugin->plugin_name, strlen(plugin->plugin_n… in mysqlnd_plugin_register_ex()
/dports/www/mod_php80/php-8.0.15/ext/mysqlnd/
H A Dmysqlnd_plugin.c140zend_hash_str_update_ptr(&mysqlnd_registered_plugins, plugin->plugin_name, strlen(plugin->plugin_n… in mysqlnd_plugin_register_ex()
/dports/www/mod_php74/php-7.4.27/ext/mysqlnd/
H A Dmysqlnd_plugin.c142zend_hash_str_update_ptr(&mysqlnd_registered_plugins, plugin->plugin_name, strlen(plugin->plugin_n… in mysqlnd_plugin_register_ex()
/dports/net/pecl-radius/radius-1.4.0b1/pecl-compat/src/
H A Dzend_hash.h196 static zend_always_inline void *zend_hash_str_update_ptr(HashTable *ht in zend_hash_str_update_ptr() function
208 zend_hash_str_update_ptr(ht, str, len, _compat_dup(pData, size, ht->persistent))
/dports/www/pecl-solr/solr-2.5.1/pecl-compat/src/
H A Dzend_hash.h196 static zend_always_inline void *zend_hash_str_update_ptr(HashTable *ht in zend_hash_str_update_ptr() function
208 zend_hash_str_update_ptr(ht, str, len, _compat_dup(pData, size, ht->persistent))
/dports/devel/pecl-swoole/swoole-4.8.5/thirdparty/php/sockets/
H A Dconversions.cc391 zend_hash_str_update_ptr(&ctx.params, kv->key, kv->key_size - 1, kv->value); in to_zval_run_conversions()
/dports/www/pecl-solr/solr-2.5.1/src/php7/
H A Dphp_solr_input_document.c348 if (zend_hash_str_update_ptr(doc_entry->fields, field_name, field_name_length, field) == NULL) { in PHP_METHOD()
/dports/lang/php73/php-7.3.33/Zend/
H A Dzend_hash.h631 static zend_always_inline void *zend_hash_str_update_ptr(HashTable *ht, const char *str, size_t len… in zend_hash_str_update_ptr() function
708 return zend_hash_str_update_ptr(ht, str, len, p); in zend_hash_str_update_mem()
/dports/www/mod_php73/php-7.3.33/Zend/
H A Dzend_hash.h631 static zend_always_inline void *zend_hash_str_update_ptr(HashTable *ht, const char *str, size_t len… in zend_hash_str_update_ptr() function
708 return zend_hash_str_update_ptr(ht, str, len, p); in zend_hash_str_update_mem()
/dports/lang/php81/php-8.1.1/sapi/phpdbg/
H A Dphpdbg_prompt.c538zend_hash_str_update_ptr(&PHPDBG_G(file_sources), "Standard input code", sizeof("Standard input co… in phpdbg_compile_stdin()
1426 zend_hash_str_update_ptr(&PHPDBG_G(registered), lcname, lcname_len, function); in PHPDBG_COMMAND()
/dports/www/mod_php80/php-8.0.15/sapi/phpdbg/
H A Dphpdbg_prompt.c543zend_hash_str_update_ptr(&PHPDBG_G(file_sources), "Standard input code", sizeof("Standard input co… in phpdbg_compile_stdin()
1445 zend_hash_str_update_ptr(&PHPDBG_G(registered), lcname, lcname_len, function); in PHPDBG_COMMAND()
/dports/www/mod_php81/php-8.1.1/sapi/phpdbg/
H A Dphpdbg_prompt.c538zend_hash_str_update_ptr(&PHPDBG_G(file_sources), "Standard input code", sizeof("Standard input co… in phpdbg_compile_stdin()
1426 zend_hash_str_update_ptr(&PHPDBG_G(registered), lcname, lcname_len, function); in PHPDBG_COMMAND()
/dports/www/mod_php74/php-7.4.27/Zend/
H A Dzend_hash.h652 static zend_always_inline void *zend_hash_str_update_ptr(HashTable *ht, const char *str, size_t len… in zend_hash_str_update_ptr() function
729 return zend_hash_str_update_ptr(ht, str, len, p); in zend_hash_str_update_mem()
/dports/lang/php80/php-8.0.15/Zend/
H A Dzend_hash.h672 static zend_always_inline void *zend_hash_str_update_ptr(HashTable *ht, const char *str, size_t len… in zend_hash_str_update_ptr() function
749 return zend_hash_str_update_ptr(ht, str, len, p); in zend_hash_str_update_mem()
/dports/lang/php74/php-7.4.27/sapi/phpdbg/
H A Dphpdbg_prompt.c551zend_hash_str_update_ptr(&PHPDBG_G(file_sources), "Standard input code", sizeof("Standard input co… in phpdbg_compile_stdin()
1455 zend_hash_str_update_ptr(&PHPDBG_G(registered), lcname, lcname_len, function); in PHPDBG_COMMAND()
/dports/lang/php74/php-7.4.27/Zend/
H A Dzend_hash.h652 static zend_always_inline void *zend_hash_str_update_ptr(HashTable *ht, const char *str, size_t len… in zend_hash_str_update_ptr() function
729 return zend_hash_str_update_ptr(ht, str, len, p); in zend_hash_str_update_mem()
/dports/lang/php80/php-8.0.15/sapi/phpdbg/
H A Dphpdbg_prompt.c543zend_hash_str_update_ptr(&PHPDBG_G(file_sources), "Standard input code", sizeof("Standard input co… in phpdbg_compile_stdin()
1445 zend_hash_str_update_ptr(&PHPDBG_G(registered), lcname, lcname_len, function); in PHPDBG_COMMAND()
/dports/www/mod_php80/php-8.0.15/Zend/
H A Dzend_hash.h672 static zend_always_inline void *zend_hash_str_update_ptr(HashTable *ht, const char *str, size_t len… in zend_hash_str_update_ptr() function
749 return zend_hash_str_update_ptr(ht, str, len, p); in zend_hash_str_update_mem()

12345