Home
last modified time | relevance | path

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

/PHP-7.2/ext/phar/
H A Dphar_object.c4375 …(phar_archive_data *archive, zend_string *search, char *pathto, size_t pathto_len, zend_bool overw… in extract_helper() argument
4382 if (FAILURE == phar_extract_file(overwrite, entry, pathto, (int)pathto_len, error)) return -1; in extract_helper()
4389 if (FAILURE == phar_extract_file(overwrite, entry, pathto, (int)pathto_len, error)) return -1; in extract_helper()
4396 if (FAILURE == phar_extract_file(overwrite, entry, pathto, (int)pathto_len, error)) return -1; in extract_helper()
4413 size_t pathto_len; in PHP_METHOD() local
4423 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|z!b", &pathto, &pathto_len, &zval_files, &overwrite)… in PHP_METHOD()
4437 if (pathto_len < 1) { in PHP_METHOD()
4443 if (pathto_len >= MAXPATHLEN) { in PHP_METHOD()
4484 …switch (extract_helper(phar_obj->archive, Z_STR_P(zval_file), pathto, pathto_len, overwrite, &erro… in PHP_METHOD()
4508 ret = extract_helper(phar_obj->archive, filename, pathto, pathto_len, overwrite, &error); in PHP_METHOD()
/PHP-7.2/ext/zip/
H A Dphp_zip.c2730 size_t pathto_len; in ZIPARCHIVE_METHOD() local
2739 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|z", &pathto, &pathto_len, &zval_files) == FAILURE) { in ZIPARCHIVE_METHOD()
2743 if (pathto_len < 1) { in ZIPARCHIVE_METHOD()

Completed in 25 milliseconds