Home
last modified time | relevance | path

Searched refs:orig_name (Results 1 – 2 of 2) sorted by relevance

/PHP-7.2/ext/zip/lib/
H A Dzip_unchange.c51 const char *orig_name, *changed_name; in _zip_unchange() local
60 if ((orig_name=_zip_get_name(za, idx, ZIP_FL_UNCHANGED, &za->error)) == NULL) { in _zip_unchange()
64 i = _zip_name_locate(za, orig_name, 0, NULL); in _zip_unchange()
71 orig_name = NULL; in _zip_unchange()
78 if (orig_name) { in _zip_unchange()
79 if (_zip_hash_add(za->names, (const zip_uint8_t *)orig_name, idx, 0, &za->error) == false) { in _zip_unchange()
84 _zip_hash_delete(za->names, (const zip_uint8_t *)orig_name, NULL); in _zip_unchange()
/PHP-7.2/Zend/
H A Dzend_compile.c3308 zend_string *orig_name = zend_ast_get_str(name_ast); in zend_compile_function_name() local
3313 orig_name, name_ast->attr, &is_fully_qualified)); in zend_compile_function_name()
3571 zend_string *orig_name = zend_ast_get_str(args->child[1]->child[0]); in zend_compile_func_cufa() local
3574 …zend_string *name = zend_resolve_function_name(orig_name, args->child[1]->child[0]->attr, &is_full… in zend_compile_func_cufa()
3854 zend_string *orig_name = zend_ast_get_str(args->child[0]->child[0]); in zend_compile_func_array_slice() local
3856 …zend_string *name = zend_resolve_function_name(orig_name, args->child[0]->child[0]->attr, &is_full… in zend_compile_func_array_slice()
7671 zend_string *orig_name = zend_ast_get_str(name_ast); in zend_compile_const() local
7672 …zend_string *resolved_name = zend_resolve_const_name(orig_name, name_ast->attr, &is_fully_qualifie… in zend_compile_const()
7674 … || (name_ast->attr != ZEND_NAME_RELATIVE && zend_string_equals_literal(orig_name, "__COMPILER_HAL… in zend_compile_const()
8022 zend_string *orig_name = zend_ast_get_str(name_ast); in zend_compile_const_expr_const() local
[all …]

Completed in 29 milliseconds