Home
last modified time | relevance | path

Searched refs:name_length (Results 1 – 25 of 45) sorted by last modified time

12

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_php.c26 static int fpm_php_zend_ini_alter_master(char *name, int name_length, char *new_value, int new_valu… in fpm_php_zend_ini_alter_master() argument
31 if (zend_hash_find(EG(ini_directives), name, name_length, (void **) &ini_entry) == FAILURE) { in fpm_php_zend_ini_alter_master()
/PHP-5.5/main/
H A Dphp_ini.c132 PHPWRITE(ini_entry->name, ini_entry->name_length - 1); in php_ini_displayer()
139 PHPWRITE(ini_entry->name, ini_entry->name_length - 1); in php_ini_displayer()
880 PHPAPI zval *cfg_get_entry(const char *name, uint name_length) argument
884 if (zend_hash_find(&configuration_hash, name, name_length, (void **) &tmp) == SUCCESS) {
H A Dphp_ini.h31 PHPAPI zval *cfg_get_entry(const char *name, uint name_length);
H A Dmain.c1381 static int php_get_configuration_directive_for_zend(const char *name, uint name_length, zval *conte… in php_get_configuration_directive_for_zend() argument
1383 zval *retval = cfg_get_entry(name, name_length); in php_get_configuration_directive_for_zend()
/PHP-5.5/ext/standard/
H A Dvar.c678 …zend_mangle_property_name(&priv_name, &prop_name_length, ce->name, ce->name_length, Z_STRVAL_PP(na… in php_var_serialize_class()
781 smart_str_append_long(buf, (int)Z_OBJCE_P(struc)->name_length); in php_var_serialize_intern()
783 smart_str_appendl(buf, Z_OBJCE_P(struc)->name, Z_OBJCE_P(struc)->name_length); in php_var_serialize_intern()
H A Dinfo.c195 static void php_print_gpcse_array(char *name, uint name_length TSRMLS_DC) in php_print_gpcse_array()
202 zend_is_auto_global(name, name_length TSRMLS_CC); in php_print_gpcse_array()
204 if (zend_hash_find(&EG(symbol_table), name, name_length+1, (void **) &data)!=FAILURE in php_print_gpcse_array()
H A Dbasic_functions.c5384 add_assoc_zval_ex(ini_array, ini_entry->name, ini_entry->name_length, option);
H A Darray.c1364 …en == sizeof("this")-1 && !strcmp(var_name, "this") && EG(scope) && EG(scope)->name_length != 0) { in PHP_FUNCTION()
/PHP-5.5/ext/spl/
H A Dspl_functions.c83 size_t len = pce->name_length; in spl_add_class_name()
88 ZVAL_STRINGL(tmp, pce->name, pce->name_length, 1); in spl_add_class_name()
140 zend_mangle_property_name(&rv, name_len, ce->name, ce->name_length, prop_name, prop_len, 0); in spl_gen_private_prop_name()
/PHP-5.5/ext/soap/
H A Dsoap.c789 int name_length; in PHP_METHOD() local
791 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "zs", &data, &name, &name_length) == FAILURE)… in PHP_METHOD()
794 if (name_length == 0) { in PHP_METHOD()
799 add_property_stringl(this_ptr, "param_name", name, name_length, 1); in PHP_METHOD()
H A Dphp_encoding.c486 ce->name_length == Z_STRLEN_PP(tmp) && in master_to_xml_int()
487 …zend_binary_strncasecmp(ce->name, ce->name_length, Z_STRVAL_PP(tmp), ce->name_length, ce->name_len… in master_to_xml_int()
1261 …_quick_exists(Z_OBJPROP_P(object), property_info->name, property_info->name_length+1, property_inf… in get_zval_property()
/PHP-5.5/ext/snmp/
H A Dphp_snmp.h107 size_t name_length; member
117 size_t name_length; member
H A Dsnmp.c105 php_snmp_add_property((a), (b)[i].name, (b)[i].name_length, \
730 rootlen = objid_query->vars[0].name_length; in php_snmp_internal()
814 snprint_objid(buf, sizeof(buf), vars->name, vars->name_length); in php_snmp_internal()
846 ….name_length == vars->name_length && snmp_oid_compare(objid_query->vars[count].name, objid_query->… in php_snmp_internal()
863 while(count < vars->name_length){ in php_snmp_internal()
890 objid_query->vars[0].name_length = vars->name_length; in php_snmp_internal()
918 snprint_objid(buf, sizeof(buf), vars->name, vars->name_length); in php_snmp_internal()
1097 objid_query->vars[0].name_length = MAX_NAME_LEN; in php_snmp_parse_oid()
1106 objid_query->vars[0].name_length = sizeof(objid_mib) / sizeof(oid); in php_snmp_parse_oid()
1110 objid_query->vars[objid_query->offset].name_length = MAX_OID_LEN; in php_snmp_parse_oid()
[all …]
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c1197 ZVAL_STRINGL(name, ce->name, ce->name_length, 1); in zend_reflection_class_factory()
1303 ZVAL_STRINGL(classname, method->common.scope->name, method->common.scope->name_length, 1); in reflection_method_factory()
1324 zend_unmangle_property_name(prop->name, prop->name_length, &class_name, &prop_name); in reflection_property_factory()
1346 ZVAL_STRINGL(classname, prop->ce->name, prop->ce->name_length, 1); in reflection_property_factory()
2750 ZVAL_STRINGL(classname, mptr->common.scope->name, mptr->common.scope->name_length, 1); in ZEND_METHOD()
3331 ZVAL_STRINGL(classname, (*ce)->name, (*ce)->name_length, 1); in reflection_class_object_ctor()
3864 property_info_tmp.name_length = name_len; in ZEND_METHOD()
4843 ZVAL_STRINGL(classname, property_info->ce->name, property_info->ce->name_length, 1); in ZEND_METHOD()
4846 ZVAL_STRINGL(classname, ce->name, ce->name_length, 1); in ZEND_METHOD()
4856 reference->prop.name_length = Z_STRLEN_P(propname); in ZEND_METHOD()
[all …]
/PHP-5.5/ext/phar/
H A Dphar.c53 if (entry->name_length == 14) { in ZEND_INI_MH()
74 if (entry->name_length == 14) { in ZEND_INI_MH()
83 if (entry->name_length == 14) { in ZEND_INI_MH()
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_util_funcs.c579 prop_info->name = interned_estrndup(prop_info->name, prop_info->name_length);
692 ce->name = interned_estrndup(ce->name, ce->name_length);
H A Dzend_persist.c441 zend_accel_store_interned_string(prop->name, prop->name_length + 1);
462 zend_accel_store_interned_string(ce->name, ce->name_length + 1);
H A Dzend_persist_calc.c226 ADD_INTERNED_STRING(prop->name, prop->name_length + 1);
240 ADD_INTERNED_STRING(ce->name, ce->name_length + 1);
H A DZendAccelerator.c410 ce->name = accel_new_interned_string(ce->name, ce->name_length + 1, 0 TSRMLS_CC); in accel_use_shm_interned_strings()
422 info->name = accel_new_interned_string(info->name, info->name_length + 1, 0 TSRMLS_CC); in accel_use_shm_interned_strings()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_structs.h84 unsigned int name_length; member
H A Dmysqlnd_wireprotocol.c1178 STRUCT_OFFSET(MYSQLND_FIELD, name_length),
1349 len = meta->name_length; in php_mysqlnd_rset_field_read()
H A Dmysqlnd_result.c807 field->name_length + 1, in mysqlnd_fetch_row_unbuffered()
1048 field->name_length + 1, in mysqlnd_fetch_row_buffered()
H A Dmysqlnd_result_meta.c184 field_packet->metadata->name_length + 1, in MYSQLND_METHOD()
191 field_packet->metadata->name_length + 1); in MYSQLND_METHOD()
/PHP-5.5/ext/mysqli/
H A Dmysqli.c56 zend_declare_property_null((a), (b)[i].name, (b)[i].name_length, ZEND_ACC_PUBLIC TSRMLS_CC); \
505 zend_hash_find(&classes, mysqli_base_class->name, mysqli_base_class->name_length + 1, in mysqli_objects_new()
653 …zend_hash_add(&classes, ce->name, ce->name_length+1, &mysqli_driver_properties, sizeof(mysqli_driv… in PHP_MINIT_FUNCTION()
661 …zend_hash_add(&classes, ce->name, ce->name_length+1, &mysqli_link_properties, sizeof(mysqli_link_p… in PHP_MINIT_FUNCTION()
669 …zend_hash_add(&classes, ce->name, ce->name_length+1, &mysqli_warning_properties, sizeof(mysqli_war… in PHP_MINIT_FUNCTION()
679 …zend_hash_add(&classes, ce->name, ce->name_length+1, &mysqli_result_properties, sizeof(mysqli_resu… in PHP_MINIT_FUNCTION()
686 …zend_hash_add(&classes, ce->name, ce->name_length+1, &mysqli_stmt_properties, sizeof(mysqli_stmt_p… in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/libxml/
H A Dlibxml.c1165 …return zend_hash_add(&php_libxml_exports, ce->name, ce->name_length + 1, &export_hnd, sizeof(expor… in php_libxml_register_export()
1179 …if (zend_hash_find(&php_libxml_exports, ce->name, ce->name_length + 1, (void **) &export_hnd) == … in php_libxml_import_node()

Completed in 139 milliseconds

12