add_path_len      313 ext/zip/php_zip.c static int php_zip_parse_options(zval *options, zend_long *remove_all_path, char **remove_path, size_t *remove_path_len, char **add_path, size_t *add_path_len) /* {{{ */
add_path_len      357 ext/zip/php_zip.c 		*add_path_len = Z_STRLEN_P(option);
add_path_len     1617 ext/zip/php_zip.c 	size_t  add_path_len, remove_path_len = 0, path_len = 0;
add_path_len     1647 ext/zip/php_zip.c 			&add_path, &add_path_len) < 0)) {
add_path_len     1688 ext/zip/php_zip.c 					if ((add_path_len + file_stripped_len) > MAXPATHLEN) {
add_path_len     1690 ext/zip/php_zip.c 						MAXPATHLEN - 1, (add_path_len + file_stripped_len));