names            5034 Zend/zend_compile.c 	zend_string **names = safe_emalloc(sizeof(zend_string *), list->children + 1, 0);
names            5039 Zend/zend_compile.c 		names[i] = zend_resolve_class_name_ast(name_ast);
names            5042 Zend/zend_compile.c 	names[list->children] = NULL;
names            5044 Zend/zend_compile.c 	return names;
names             496 ext/com_dotnet/com_typeinfo.c 					BSTR *names;
names             498 ext/com_dotnet/com_typeinfo.c 					names = (BSTR*)safe_emalloc((func->cParams + 1), sizeof(BSTR), 0);
names             500 ext/com_dotnet/com_typeinfo.c 					ITypeInfo_GetNames(typeinfo, func->memid, names, func->cParams + 1, &cnames);
names             502 ext/com_dotnet/com_typeinfo.c 					SysFreeString(names[0]);
names             550 ext/com_dotnet/com_typeinfo.c 								funcdesc = php_com_olestring_to_string(names[j+1], &funcdesclen, codepage);
names             551 ext/com_dotnet/com_typeinfo.c 								SysFreeString(names[j+1]);
names             580 ext/com_dotnet/com_typeinfo.c 					efree(names);
names             185 ext/mbstring/php_mbregex.c 	const char *names;
names             378 ext/mbstring/php_mbregex.c 	for (mapping = enc_name_map; mapping->names != NULL; mapping++) {
names             379 ext/mbstring/php_mbregex.c 		for (p = mapping->names; *p != '\0'; p += (strlen(p) + 1)) {
names             395 ext/mbstring/php_mbregex.c 	for (mapping = enc_name_map; mapping->names != NULL; mapping++) {
names             397 ext/mbstring/php_mbregex.c 			return mapping->names;
names             201 ext/mysqlnd/mysqlnd_statistics.c mysqlnd_fill_stats_hash(const MYSQLND_STATS * const stats, const MYSQLND_STRING * names, zval *return_value ZEND_FILE_LINE_DC)
names             210 ext/mysqlnd/mysqlnd_statistics.c 		add_assoc_string_ex(return_value, names[i].s, names[i].l, tmp);
names             160 ext/mysqlnd/mysqlnd_statistics.h PHPAPI void mysqlnd_fill_stats_hash(const MYSQLND_STATS * const stats, const MYSQLND_STRING * names, zval *return_value ZEND_FILE_LINE_DC);
names              67 ext/mysqlnd/php_mysqlnd.c 		mysqlnd_fill_stats_hash(plugin_header->plugin_stats.values, plugin_header->plugin_stats.names, &values ZEND_FILE_LINE_CC);
names            1910 ext/openssl/openssl.c 	GENERAL_NAMES *names;
names            1923 ext/openssl/openssl.c 		names = (GENERAL_NAMES*) (ASN1_item_d2i(NULL, &p, length,
names            1926 ext/openssl/openssl.c 		names = (GENERAL_NAMES*) (method->d2i(NULL, &p, length));
names            1928 ext/openssl/openssl.c 	if (names == NULL) {
names            1932 ext/openssl/openssl.c 	num = sk_GENERAL_NAME_num(names);
names            1936 ext/openssl/openssl.c 		name = sk_GENERAL_NAME_value(names, i);
names            1967 ext/openssl/openssl.c 	sk_GENERAL_NAME_pop_free(names, GENERAL_NAME_free);
names             172 ext/session/php_session.h 		zval names[PS_NUM_APIS];
names            1847 ext/session/session.c 				if (!Z_ISUNDEF(PS(mod_user_names).names[i])) {
names            1848 ext/session/session.c 					zval_ptr_dtor(&PS(mod_user_names).names[i]);
names            1851 ext/session/session.c 				array_init_size(&PS(mod_user_names).names[i], 2);
names            1853 ext/session/session.c 				add_next_index_zval(&PS(mod_user_names).names[i], obj);
names            1854 ext/session/session.c 				add_next_index_str(&PS(mod_user_names).names[i], zend_string_copy(func_name));
names            1866 ext/session/session.c 				if (!Z_ISUNDEF(PS(mod_user_names).names[i])) {
names            1867 ext/session/session.c 					zval_ptr_dtor(&PS(mod_user_names).names[i]);
names            1869 ext/session/session.c 				array_init_size(&PS(mod_user_names).names[i], 2);
names            1871 ext/session/session.c 				add_next_index_zval(&PS(mod_user_names).names[i], obj);
names            1872 ext/session/session.c 				add_next_index_str(&PS(mod_user_names).names[i], zend_string_copy(func_name));
names            1874 ext/session/session.c 				if (!Z_ISUNDEF(PS(mod_user_names).names[i])) {
names            1875 ext/session/session.c 					zval_ptr_dtor(&PS(mod_user_names).names[i]);
names            1876 ext/session/session.c 					ZVAL_UNDEF(&PS(mod_user_names).names[i]);
names            1886 ext/session/session.c 				if (!Z_ISUNDEF(PS(mod_user_names).names[i])) {
names            1887 ext/session/session.c 					zval_ptr_dtor(&PS(mod_user_names).names[i]);
names            1889 ext/session/session.c 				array_init_size(&PS(mod_user_names).names[i], 2);
names            1891 ext/session/session.c 				add_next_index_zval(&PS(mod_user_names).names[i], obj);
names            1892 ext/session/session.c 				add_next_index_str(&PS(mod_user_names).names[i], zend_string_copy(func_name));
names            1894 ext/session/session.c 				if (!Z_ISUNDEF(PS(mod_user_names).names[i])) {
names            1895 ext/session/session.c 					zval_ptr_dtor(&PS(mod_user_names).names[i]);
names            1896 ext/session/session.c 					ZVAL_UNDEF(&PS(mod_user_names).names[i]);
names            1964 ext/session/session.c 		if (!Z_ISUNDEF(PS(mod_user_names).names[i])) {
names            1965 ext/session/session.c 			zval_ptr_dtor(&PS(mod_user_names).names[i]);
names            1967 ext/session/session.c 		ZVAL_COPY(&PS(mod_user_names).names[i], &args[i]);
names            2648 ext/session/session.c 		if (!Z_ISUNDEF(PS(mod_user_names).names[i])) {
names            2649 ext/session/session.c 			zval_ptr_dtor(&PS(mod_user_names).names[i]);
names            2650 ext/session/session.c 			ZVAL_UNDEF(&PS(mod_user_names).names[i]);
names            2678 ext/session/session.c 		ZVAL_UNDEF(&ps_globals->mod_user_names.names[i]);
names             354 ext/xml/compat.c _external_entity_ref_handler(void *user, const xmlChar *names, int type, const xmlChar *sys_id, const xmlChar *pub_id, xmlChar *content)
names             362 ext/xml/compat.c 	parser->h_external_entity_ref(parser, names, (XML_Char *) "", sys_id, pub_id);
names              57 ext/zip/lib/zip_delete.c     if (!_zip_hash_delete(za->names, (const zip_uint8_t *)name, &za->error)) {
names              61 ext/zip/lib/zip_discard.c     _zip_hash_free(za->names);
names              92 ext/zip/lib/zip_name_locate.c 	return _zip_hash_lookup(za->names, (const zip_uint8_t *)fname, flags, error);
names              55 ext/zip/lib/zip_new.c     if ((za->names = _zip_hash_new(ZIP_HASH_TABLE_SIZE, error)) == NULL) {
names             237 ext/zip/lib/zip_open.c 	if (_zip_hash_add(za->names, name, idx, ZIP_FL_UNCHANGED, &za->error) == false) {
names             124 ext/zip/lib/zip_set_name.c     if (_zip_hash_add(za->names, new_name, idx, 0, &za->error) == false) {
names             129 ext/zip/lib/zip_set_name.c 	_zip_hash_delete(za->names, old_name, NULL);
names              79 ext/zip/lib/zip_unchange.c 	    if (_zip_hash_add(za->names, (const zip_uint8_t *)orig_name, idx, 0, &za->error) == false) {
names              83 ext/zip/lib/zip_unchange.c 	if (_zip_hash_delete(za->names, (const zip_uint8_t *)changed_name, &za->error) == false) {
names              84 ext/zip/lib/zip_unchange.c 	    _zip_hash_delete(za->names, (const zip_uint8_t *)orig_name, NULL);
names              46 ext/zip/lib/zip_unchange_all.c     _zip_hash_revert(za->names);
names             315 ext/zip/lib/zipint.h     zip_hash_t *names;			/* hash table for name lookup */