Home
last modified time | relevance | path

Searched refs:accesstype (Results 1 – 6 of 6) sorted by relevance

/third_party/curl/docs/examples/
Dcurlx.c144 int accesstype; member
204 accessinfo = my_get_ext(ctx->cert, p->accesstype, NID_sinfo_access); in ssl_app_verify_callback()
211 else if(accessinfo = my_get_ext(ctx->cert, p->accesstype, in ssl_app_verify_callback()
360 p.accesstype = OBJ_obj2nid(OBJ_txt2obj(*++args, 0)); in main()
361 if(p.accesstype == 0) in main()
456 else if(p.accesstype) { /* see whether we can find an AIA or SIA for a in main()
458 serverurl = my_get_ext(p.usercert, p.accesstype, NID_info_access); in main()
464 serverurl = my_get_ext(sk_X509_value(p.ca, j), p.accesstype, in main()
468 serverurl = my_get_ext(sk_X509_value(p.ca, j), p.accesstype, in main()
/third_party/curl/lib/
Dshare.c262 curl_lock_access accesstype) in Curl_share_lock() argument
271 share->lockfunc(data, type, accesstype, share->clientdata); in Curl_share_lock()
/third_party/ntfs-3g/include/ntfs-3g/
Dsecurity.h230 ntfs_inode *ni, int accesstype);
234 const char *path, int accesstype);
/third_party/ntfs-3g/src/
Dntfs-3g.c330 ntfs_inode *ni, mode_t accesstype) in ntfs_allowed_dir_access() argument
348 accesstype); in ntfs_allowed_dir_access()
361 dir_ni2, accesstype); in ntfs_allowed_dir_access()
372 if ((accesstype == (S_IWRITE + S_IEXEC + S_ISVTX)) in ntfs_allowed_dir_access()
409 mode_t accesstype) in ntfs_allowed_real_dir_access() argument
417 allowed = ntfs_real_allowed_access(scx, dir_ni, accesstype); in ntfs_allowed_real_dir_access()
430 dir_ni2, accesstype); in ntfs_allowed_real_dir_access()
1378 int accesstype; in ntfs_fuse_opendir() local
1388 accesstype = S_IWRITE; in ntfs_fuse_opendir()
1391 accesstype = S_IWRITE | S_IREAD; in ntfs_fuse_opendir()
[all …]
Dlowntfs-3g.c414 ntfs_inode *ni, mode_t accesstype) in ntfs_allowed_dir_access() argument
420 allowed = ntfs_allowed_access(scx, dir_ni, accesstype); in ntfs_allowed_dir_access()
425 if ((accesstype == (S_IWRITE + S_IEXEC + S_ISVTX)) in ntfs_allowed_dir_access()
1381 int accesstype; in ntfs_fuse_opendir() local
1389 accesstype = S_IWRITE; in ntfs_fuse_opendir()
1392 accesstype = S_IWRITE | S_IREAD; in ntfs_fuse_opendir()
1394 accesstype = S_IREAD; in ntfs_fuse_opendir()
1395 if (!ntfs_allowed_access(&security,ni,accesstype)) in ntfs_fuse_opendir()
1610 int accesstype; in ntfs_fuse_open() local
1626 accesstype = S_IWRITE; in ntfs_fuse_open()
[all …]
/third_party/ntfs-3g/libntfs-3g/
Dsecurity.c3441 int accesstype) /* access type required (S_Ixxx values) */ in ntfs_allowed_access() argument
3455 && (!(accesstype & S_IEXEC) in ntfs_allowed_access()
3459 perm = ntfs_get_perm(scx, ni, accesstype); in ntfs_allowed_access()
3462 switch (accesstype) { in ntfs_allowed_access()
3578 const char *path, int accesstype)
3597 dir_ni, accesstype);
3603 if ((accesstype == (S_IWRITE + S_IEXEC + S_ISVTX))