Searched refs:old_str (Results 1 – 2 of 2) sorted by relevance
49 zip_string_t *old_str; in _zip_set_name() local105 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()
1246 zend_string *old_str; in zend_assign_to_string_offset() local1294 old_str = Z_STR_P(str); in zend_assign_to_string_offset()1297 zend_string_release(old_str); in zend_assign_to_string_offset()
Completed in 14 milliseconds