Home
last modified time | relevance | path

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

/PHP-7.4/ext/phar/
H A Dphar_object.c4320 …(phar_archive_data *archive, zend_string *search, char *pathto, size_t pathto_len, zend_bool overw… in extract_helper() argument
4327 if (FAILURE == phar_extract_file(overwrite, entry, pathto, pathto_len, error)) return -1; in extract_helper()
4334 if (FAILURE == phar_extract_file(overwrite, entry, pathto, pathto_len, error)) return -1; in extract_helper()
4341 if (FAILURE == phar_extract_file(overwrite, entry, pathto, pathto_len, error)) return -1; in extract_helper()
4358 size_t pathto_len; in PHP_METHOD() local
4367 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|z!b", &pathto, &pathto_len, &zval_files, &overwrite)… in PHP_METHOD()
4381 if (pathto_len < 1) { in PHP_METHOD()
4387 if (pathto_len >= MAXPATHLEN) { in PHP_METHOD()
4428 …switch (extract_helper(phar_obj->archive, Z_STR_P(zval_file), pathto, pathto_len, overwrite, &erro… in PHP_METHOD()
4451 ret = extract_helper(phar_obj->archive, filename, pathto, pathto_len, overwrite, &error); in PHP_METHOD()
/PHP-7.4/ext/zip/
H A Dphp_zip.c2623 size_t pathto_len; local
2626 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|z", &pathto, &pathto_len, &zval_files) == FAILURE) {
2630 if (pathto_len < 1) {

Completed in 24 milliseconds