Home
last modified time | relevance | path

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

/PHP-7.0/ext/zip/lib/
H A Dzip_set_name.c49 zip_string_t *old_str; in _zip_set_name() local
105 old_str = e->changes->filename; in _zip_set_name()
108 old_str = e->orig->filename; in _zip_set_name()
111 old_str = NULL; in _zip_set_name()
114 if (old_str) { in _zip_set_name()
115 if ((old_name = _zip_string_get(old_str, NULL, 0, &za->error)) == NULL) { in _zip_set_name()
/PHP-7.0/Zend/
H A Dzend_execute.c1316 zend_string *old_str; in zend_assign_to_string_offset() local
1327 old_str = Z_STR_P(str); in zend_assign_to_string_offset()
1353 zend_string_release(old_str); in zend_assign_to_string_offset()

Completed in 19 milliseconds