Home
last modified time | relevance | path

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

/PHP-7.0/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.0/Zend/
H A Dzend_compile.c2892 zend_string *orig_name = zend_ast_get_str(name_ast); in zend_compile_function_name() local
2897 orig_name, name_ast->attr, &is_fully_qualified)); in zend_compile_function_name()
6608 zend_string *orig_name = zend_ast_get_str(name_ast); in zend_compile_const() local
6609 …zend_string *resolved_name = zend_resolve_const_name(orig_name, name_ast->attr, &is_fully_qualifie… in zend_compile_const()
6611 … || (name_ast->attr != ZEND_NAME_RELATIVE && zend_string_equals_literal(orig_name, "__COMPILER_HAL… in zend_compile_const()
6961 zend_string *orig_name = zend_ast_get_str(name_ast); in zend_compile_const_expr_const() local
6966 orig_name, name_ast->attr, &is_fully_qualified)); in zend_compile_const_expr_const()

Completed in 23 milliseconds