Searched refs:ret_flags (Results 1 – 9 of 9) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | bmap.c | 134 int *ret_flags, blk64_t *phys_blk) in ext2fs_bmap2() argument 147 if (ret_flags) in ext2fs_bmap2() 148 *ret_flags = 0; in ext2fs_bmap2() 184 if (ret_flags && extent.e_flags & EXT2_EXTENT_FLAGS_UNINIT) in ext2fs_bmap2() 185 *ret_flags |= BMAP_RET_UNINIT; in ext2fs_bmap2()
|
D | ext2fs.h | 725 int *ret_flags, blk64_t *phys_blk);
|
/external/chromium/net/http/ |
D | http_auth_gssapi_posix.h | 74 OM_uint32* ret_flags, 145 OM_uint32* ret_flags,
|
D | http_auth_gssapi_posix_unittest.cc | 149 OM_uint32 ret_flags = 0; in TEST() local 163 &ret_flags, in TEST()
|
D | mock_gssapi_library_posix.cc | 366 OM_uint32* ret_flags, in init_sec_context() argument 409 if (ret_flags) in init_sec_context() 410 *ret_flags = req_flags; in init_sec_context()
|
D | mock_gssapi_library_posix.h | 155 OM_uint32* ret_flags,
|
D | http_auth_gssapi_posix.cc | 563 OM_uint32* ret_flags, in init_sec_context() argument 577 ret_flags, in init_sec_context()
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | schanneladapter.cc | 189 ULONG flags = SSL_FLAGS_DEFAULT, ret_flags = 0; in BeginSSL() local 198 &ret_flags, NULL); in BeginSSL() 217 ULONG flags = SSL_FLAGS_DEFAULT, ret_flags = 0; in ContinueSSL() local 226 &ret_flags, NULL); in ContinueSSL()
|
D | httpcommon.cc | 908 ULONG ret_flags = 0, flags = NEG_FLAGS_DEFAULT; in HttpAuthenticate() local 938 … flags, 0, SECURITY_NATIVE_DREP, &in_buf_desc, 0, &neg->ctx, &out_buf_desc, &ret_flags, &lifetime); in HttpAuthenticate() 1013 …A(&cred, 0, spn, flags, 0, SECURITY_NATIVE_DREP, 0, 0, &ctx, &out_buf_desc, &ret_flags, &lifetime); in HttpAuthenticate()
|