Home
last modified time | relevance | path

Searched refs:stat_cb (Results 1 – 25 of 33) sorted by relevance

12

/dports/devel/libeio/libeio-libeio-4.18/
H A Ddemo.c79 stat_cb (eio_req *req) in stat_cb() function
135 eio_stat ("eio-test-dir", 0, stat_cb, "stat"); in main()
136 eio_lstat ("eio-test-dir", 0, stat_cb, "stat"); in main()
149 eio_fstat (last_fd, 0, stat_cb, "stat"); in main()
167 eio_fstat (last_fd, 0, stat_cb, "stat"); in main()
/dports/archivers/maxcso/maxcso-1.10.0/libuv/test/
H A Dbenchmark-fs-stat.c84 static void stat_cb(uv_fs_t* fs_req) { in stat_cb() function
88 uv_fs_stat(uv_default_loop(), &req->fs_req, req->path, stat_cb); in stat_cb()
107 uv_fs_stat(uv_default_loop(), &req->fs_req, req->path, stat_cb); in async_bench()
H A Dtest-fs.c559 static void stat_cb(uv_fs_t* req) { in stat_cb() function
974 r = uv_fs_stat(loop, &stat_req, "test_dir", stat_cb); in TEST_IMPL()
978 r = uv_fs_stat(loop, &stat_req, "test_dir/", stat_cb); in TEST_IMPL()
982 r = uv_fs_lstat(loop, &stat_req, "test_dir", stat_cb); in TEST_IMPL()
986 r = uv_fs_lstat(loop, &stat_req, "test_dir/", stat_cb); in TEST_IMPL()
/dports/devel/py-uvloop/uvloop-0.16.0/vendor/libuv/test/
H A Dbenchmark-fs-stat.c84 static void stat_cb(uv_fs_t* fs_req) { in stat_cb() function
88 uv_fs_stat(uv_default_loop(), &req->fs_req, req->path, stat_cb); in stat_cb()
107 uv_fs_stat(uv_default_loop(), &req->fs_req, req->path, stat_cb); in async_bench()
H A Dtest-fs.c662 static void stat_cb(uv_fs_t* req) { in stat_cb() function
1147 r = uv_fs_stat(loop, &stat_req, "test_dir", stat_cb); in TEST_IMPL()
1151 r = uv_fs_stat(loop, &stat_req, "test_dir/", stat_cb); in TEST_IMPL()
1155 r = uv_fs_lstat(loop, &stat_req, "test_dir", stat_cb); in TEST_IMPL()
1159 r = uv_fs_lstat(loop, &stat_req, "test_dir/", stat_cb); in TEST_IMPL()
/dports/devel/libuv/libuv-v1.42.0/test/
H A Dbenchmark-fs-stat.c84 static void stat_cb(uv_fs_t* fs_req) { in stat_cb() function
88 uv_fs_stat(uv_default_loop(), &req->fs_req, req->path, stat_cb); in stat_cb()
107 uv_fs_stat(uv_default_loop(), &req->fs_req, req->path, stat_cb); in async_bench()
H A Dtest-fs.c662 static void stat_cb(uv_fs_t* req) { in stat_cb() function
1147 r = uv_fs_stat(loop, &stat_req, "test_dir", stat_cb); in TEST_IMPL()
1151 r = uv_fs_stat(loop, &stat_req, "test_dir/", stat_cb); in TEST_IMPL()
1155 r = uv_fs_lstat(loop, &stat_req, "test_dir", stat_cb); in TEST_IMPL()
1159 r = uv_fs_lstat(loop, &stat_req, "test_dir/", stat_cb); in TEST_IMPL()
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/libuv/test/
H A Dbenchmark-fs-stat.c84 static void stat_cb(uv_fs_t* fs_req) { in stat_cb() function
88 uv_fs_stat(uv_default_loop(), &req->fs_req, req->path, stat_cb); in stat_cb()
107 uv_fs_stat(uv_default_loop(), &req->fs_req, req->path, stat_cb); in async_bench()
H A Dtest-fs.c420 static void stat_cb(uv_fs_t* req) { in stat_cb() function
785 r = uv_fs_stat(loop, &stat_req, "test_dir", stat_cb); in TEST_IMPL()
789 r = uv_fs_stat(loop, &stat_req, "test_dir/", stat_cb); in TEST_IMPL()
793 r = uv_fs_lstat(loop, &stat_req, "test_dir", stat_cb); in TEST_IMPL()
797 r = uv_fs_lstat(loop, &stat_req, "test_dir/", stat_cb); in TEST_IMPL()
/dports/www/R-cran-httpuv/httpuv/src/libuv/test/
H A Dbenchmark-fs-stat.c84 static void stat_cb(uv_fs_t* fs_req) { in stat_cb() function
88 uv_fs_stat(uv_default_loop(), &req->fs_req, req->path, stat_cb); in stat_cb()
107 uv_fs_stat(uv_default_loop(), &req->fs_req, req->path, stat_cb); in async_bench()
/dports/net-p2p/btpd/btpd-0.16/cli/
H A Dstat.c77 stat_cb(int obji, enum ipc_err objerr, struct ipc_get_res *res, void *arg) in stat_cb() function
133 stat_cb, &cba); in do_stat()
135 err = btpd_tget(ipc, tps, ntps, stkeys, nstkeys, stat_cb, &cba); in do_stat()
/dports/biology/viennarna/ViennaRNA-2.4.18/src/ViennaRNA/
H A Dpart_func.c107 if (fc->stat_cb) in vrna_pf()
108 fc->stat_cb(VRNA_STATUS_PF_PRE, fc->auxdata); in vrna_pf()
144 if (fc->stat_cb) in vrna_pf()
145 fc->stat_cb(VRNA_STATUS_PF_POST, fc->auxdata); in vrna_pf()
231 if (fc->stat_cb) in vrna_pf_dimer()
232 fc->stat_cb(VRNA_STATUS_PF_PRE, fc->auxdata); in vrna_pf_dimer()
248 if (fc->stat_cb) in vrna_pf_dimer()
249 fc->stat_cb(VRNA_STATUS_PF_POST, fc->auxdata); in vrna_pf_dimer()
H A Dfold_compound.h180 …vrna_callback_recursion_status *stat_cb; /**< @brief Recursion status callback (usually c… member
H A Dcofold.c158 if (vc->stat_cb) in vrna_mfe_dimer()
159 vc->stat_cb(VRNA_STATUS_MFE_PRE, vc->auxdata); in vrna_mfe_dimer()
164 if (vc->stat_cb) in vrna_mfe_dimer()
165 vc->stat_cb(VRNA_STATUS_MFE_POST, vc->auxdata); in vrna_mfe_dimer()
H A Dfold_compound.c505 fc->stat_cb = f; in vrna_fold_compound_add_callback()
903 fc->stat_cb = NULL; in nullify()
H A Dmfe.c150 if (fc->stat_cb) in vrna_mfe()
151 fc->stat_cb(VRNA_STATUS_MFE_PRE, fc->auxdata); in vrna_mfe()
178 if (fc->stat_cb) in vrna_mfe()
179 fc->stat_cb(VRNA_STATUS_MFE_POST, fc->auxdata); in vrna_mfe()
/dports/textproc/libextractor/libextractor-1.11/src/plugins/
H A Dmp4_extractor.c153 stat_cb (const char *path,
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Depsonds-cmd.c685 static SANE_Status stat_cb(void *userdata, char *token, int len) in stat_cb() function
702 return esci2_cmd_simple(s, "STATx0000000", &stat_cb); in esci2_stat()
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/gpgme-sys-0.10.0/
H A Dfuncs.rs433 stat_cb: gpgme_assuan_status_cb_t, stat_cb_value: *mut c_void, in gpgme_op_assuan_transact_start()
438 stat_cb: gpgme_assuan_status_cb_t, stat_cb_value: *mut c_void, op_err: *mut gpgme_error_t, in gpgme_op_assuan_transact_ext()
/dports/net/libnfs/libnfs-libnfs-4.0.0/lib/
H A Dlibnfs-sync.c286 stat_cb(int status, struct nfs_context *nfs, void *data, void *private_data) in stat_cb() function
317 if (nfs_stat_async(nfs, path, stat_cb, &cb_data) != 0) { in nfs_stat()
599 if (nfs_fstat_async(nfs, nfsfh, stat_cb, &cb_data) != 0) { in nfs_fstat()
/dports/devel/gvfs/gvfs-1.46.2/daemon/
H A Dgvfsbackendnfs.c2052 stat_cb (int err, struct nfs_context *ctx, void *data, void *private_data) in stat_cb() function
2141 nfs_stat64_async (ctx, op_job->filename, stat_cb, job); in stat_is_symlink_cb()
2143 stat_cb (err, ctx, data, private_data); in stat_is_symlink_cb()
2162 nfs_lstat64_async (op_backend->ctx, filename, stat_cb, job); in try_query_info()
/dports/security/py-gpgme/gpgme-1.15.1/lang/python/
H A Dgpgme.i544 %typemap(in) (gpgme_assuan_status_cb_t stat_cb, void *stat_cb_value) {
/dports/security/gpgme/gpgme-1.15.1/lang/python/
H A Dgpgme.i544 %typemap(in) (gpgme_assuan_status_cb_t stat_cb, void *stat_cb_value) {
/dports/security/gpgme-cpp/gpgme-1.15.1/lang/python/
H A Dgpgme.i544 %typemap(in) (gpgme_assuan_status_cb_t stat_cb, void *stat_cb_value) {
/dports/security/gpgme-qt5/gpgme-1.15.1/lang/python/
H A Dgpgme.i544 %typemap(in) (gpgme_assuan_status_cb_t stat_cb, void *stat_cb_value) {

12