Home
last modified time | relevance | path

Searched refs:sub_filepath (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/smplayer/smplayer-21.10.0/src/
H A Dchromecast.cpp162 QString sub_filepath; in openLocal() local
165 sub_filepath = subtitle; in openLocal()
168 sub_filepath = dir +"/"+ subtitle; in openLocal()
171 qDebug() << "Chromecast::openLocal: sub_filepath:" << sub_filepath; in openLocal()
193 QString abs_sub_filename = filepathWithoutRoot(sub_filepath); in openLocal()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/
H A Dscanners.c586 …if ((SCAN_UNPRIVILEGED) || (NULL == ctx->sub_filepath) || (0 != _access_s(ctx->sub_filepath, R_OK)…
588 …if ((SCAN_UNPRIVILEGED) || (NULL == ctx->sub_filepath) || (0 != access(ctx->sub_filepath, R_OK))) {
591 …status = fmap_dump_to_file(ctx->fmap, ctx->sub_filepath, ctx->sub_tmpdir, &tmpname, &tmpfd, 0, SIZ…
600 filepath = ctx->sub_filepath;
612 …status = fmap_dump_to_file(ctx->fmap, ctx->sub_filepath, ctx->sub_tmpdir, &tmpname, &tmpfd, 0, SIZ…
4091 if (ctx->sub_filepath) {
4092 ret = cli_jsonstr(ctx->wrkproperty, "FilePath", ctx->sub_filepath);
4790 const char *parent_filepath = ctx->sub_filepath;
4791 ctx->sub_filepath = filepath;
4840 ctx->sub_filepath = parent_filepath;
H A Dothers.h175 …const char *sub_filepath; /**< (optional) The filepath of the current file being parsed. May be a … member
H A Dhwp.c1926 ret = hwp3_cb(&offset, 0, ctx->sub_filepath, ctx); in cli_scanhwp3()
/dports/security/clamav/clamav-0.104.2/libclamav/
H A Dscanners.c586 …if ((SCAN_UNPRIVILEGED) || (NULL == ctx->sub_filepath) || (0 != _access_s(ctx->sub_filepath, R_OK)…
588 …if ((SCAN_UNPRIVILEGED) || (NULL == ctx->sub_filepath) || (0 != access(ctx->sub_filepath, R_OK))) {
591 …status = fmap_dump_to_file(ctx->fmap, ctx->sub_filepath, ctx->sub_tmpdir, &tmpname, &tmpfd, 0, SIZ…
600 filepath = ctx->sub_filepath;
612 …status = fmap_dump_to_file(ctx->fmap, ctx->sub_filepath, ctx->sub_tmpdir, &tmpname, &tmpfd, 0, SIZ…
4226 if (ctx->sub_filepath) {
4227 ret = cli_jsonstr(ctx->wrkproperty, "FilePath", ctx->sub_filepath);
4924 const char *parent_filepath = ctx->sub_filepath;
4925 ctx->sub_filepath = filepath;
4974 ctx->sub_filepath = parent_filepath;
H A Dothers.h175 …const char *sub_filepath; /**< (optional) The filepath of the current file being parsed. May be a … member
H A Dhwp.c1920 ret = hwp3_cb(&offset, 0, ctx->sub_filepath, ctx); in cli_scanhwp3()