Home
last modified time | relevance | path

Searched refs:HT_IS_PACKED (Results 1 – 25 of 32) sorted by relevance

12

/php-src/Zend/
H A Dzend_hash.c495 if (HT_IS_PACKED(ht)) { in _zend_hash_get_valid_pos()
1097 if (HT_IS_PACKED(ht)) { in _zend_hash_index_add_or_update_i()
1702 if (HT_IS_PACKED(ht)) { in zend_hash_index_del()
1993 if (HT_IS_PACKED(ht)) { in zend_hash_graceful_destroy()
2023 if (HT_IS_PACKED(ht)) { in zend_hash_graceful_reverse_destroy()
2065 if (HT_IS_PACKED(ht)) { in zend_hash_apply()
2105 if (HT_IS_PACKED(ht)) { in zend_hash_apply_with_argument()
2146 if (HT_IS_PACKED(ht)) { in zend_hash_apply_with_arguments()
2200 if (HT_IS_PACKED(ht)) { in zend_hash_reverse_apply()
2707 if (HT_IS_PACKED(ht)) { in zend_hash_index_find()
[all …]
H A Dzend_verify_type_inference.h88 if (HT_IS_PACKED(ht) && !MAY_BE_PACKED(type_mask)) { in zend_verify_type_inference()
91 if (!HT_IS_PACKED(ht) && !MAY_BE_HASH(type_mask)) { in zend_verify_type_inference()
H A Dzend_hash.h60 #define HT_IS_PACKED(ht) \ macro
198 if (EXPECTED(HT_IS_PACKED(_ht))) { \
221 if (EXPECTED(HT_IS_PACKED(_ht))) { \
1042 if (HT_IS_PACKED(__ht)) { \
1069 if (HT_IS_PACKED(__ht)) { \
1253 ZEND_ASSERT(!HT_IS_PACKED(__ht)); \
1268 ZEND_ASSERT(!HT_IS_PACKED(__ht)); \
1278 ZEND_ASSERT(!HT_IS_PACKED(__ht)); \
1462 ZEND_ASSERT(HT_IS_PACKED(__ht)); \
1473 ZEND_ASSERT(HT_IS_PACKED(__ht)); \
[all …]
H A Dzend_gc.c941 if (HT_IS_PACKED(ht)) { in gc_scan_black()
1115 if (HT_IS_PACKED(ht)) { in gc_mark_grey()
1327 if (HT_IS_PACKED(ht)) { in gc_scan()
1568 if (HT_IS_PACKED(ht)) { in gc_collect_white()
1755 if (HT_IS_PACKED(ht)) { in gc_remove_nested_data_from_buffer()
H A Dzend_generators.c654 if (HT_IS_PACKED(ht)) { in zend_generator_get_next_delegated_value()
H A Dzend_vm_def.h6261 if (HT_IS_PACKED(ht) && (zend_hash_num_elements(result_ht) == 0 || HT_IS_PACKED(result_ht))) {
7131 if (HT_IS_PACKED(fe_ht)) {
7213 if (HT_IS_PACKED(fe_ht)) {
10347 if (HT_IS_PACKED(fe_ht)) {
/php-src/ext/standard/
H A Darray.c1860 if (HT_IS_PACKED(arr)) {
1906 if (HT_IS_PACKED(arr)) {
1950 if (HT_IS_PACKED(arr)) {
2000 if (HT_IS_PACKED(arr)) {
2045 if (HT_IS_PACKED(arr)) {
2104 if (HT_IS_PACKED(arr)) {
2158 if (HT_IS_PACKED(arr)) {
2235 if (HT_IS_PACKED(arr)) {
2508 if (HT_IS_PACKED(arr)) {
2556 if (HT_IS_PACKED(arr)) {
[all …]
H A Duser_filters.c484 if (filters_hash && !HT_IS_PACKED(filters_hash)) { in PHP_FUNCTION()
H A Dinfo.c102 if (!HT_IS_PACKED(ht)) { in php_info_print_stream_hash()
H A Dstring.c2399 if (HT_IS_PACKED(repl_ht)) {
2456 if (HT_IS_PACKED(from_ht)) {
2501 if (HT_IS_PACKED(len_ht)) {
2546 if (HT_IS_PACKED(repl_ht)) {
4347 if (HT_IS_PACKED(replace_ht)) {
H A Dstreamsfuncs.c920 if (!HT_IS_PACKED(Z_ARRVAL_P(wval))) { in parse_context_options()
H A Dvar.c345 packed = HT_IS_PACKED(myht) ? "packed " : ""; in php_debug_zval_dump()
H A Dvar_unserializer.re829 zend_hash_extend(ht, zend_hash_num_elements(ht) + elements, HT_IS_PACKED(ht));
/php-src/ext/opcache/
H A Dzend_persist_calc.c58 if (HT_IS_PACKED(ht)) { in zend_hash_persist_calc()
122 if (HT_IS_PACKED(ht)) { in zend_persist_zval_calc()
H A Dzend_persist.c122 if (HT_IS_PACKED(ht)) { in zend_hash_persist()
232 if (HT_IS_PACKED(ht)) { in zend_persist_zval()
H A Dzend_file_cache.c316 if (HT_IS_PACKED(ht)) {
1199 if (HT_IS_PACKED(ht)) {
/php-src/ext/spl/
H A Dphp_spl.c476 ZEND_ASSERT(!HT_IS_PACKED(ht)); \
/php-src/ext/snmp/
H A Dsnmp.c689 if (HT_IS_PACKED(type_ht)) { in php_snmp_parse_oid()
726 if (HT_IS_PACKED(value_ht)) { in php_snmp_parse_oid()
/php-src/ext/zend_test/
H A Dtest.c737 if (!HT_IS_PACKED(parameter)) { in ZEND_FUNCTION()
/php-src/ext/tidy/
H A Dtidy.c793 if (!HT_IS_PACKED(ht_options)) { in _php_tidy_apply_config_array()
/php-src/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c707 if (HT_IS_PACKED(Z_ARRVAL_P(zv))) {
/php-src/ext/soap/
H A Dphp_http.c854 if (zend_hash_num_elements(Z_ARRVAL_P(cookies)) != 0 && !HT_IS_PACKED(Z_ARRVAL_P(cookies))) { in make_http_soap_request()
H A Dsoap.c815 if (!HT_IS_PACKED(ht2)) { in soap_create_typemap()
958 if (HT_IS_PACKED(Z_ARRVAL_P(tmp))) { in PHP_METHOD()
2123 if (HT_IS_PACKED(Z_ARRVAL_P(tmp))) { in PHP_METHOD()
/php-src/ext/sockets/
H A Dsockets.c2461 if (zhints && !HT_IS_PACKED(Z_ARRVAL_P(zhints))) {
/php-src/ext/dom/
H A Dnode.c2168 if (tmp && Z_TYPE_P(tmp) == IS_ARRAY && !HT_IS_PACKED(Z_ARRVAL_P(tmp))) { in dom_canonicalization()

Completed in 159 milliseconds

12