Home
last modified time | relevance | path

Searched refs:tmp_sid (Results 1 – 22 of 22) sorted by relevance

/dports/net/samba412/samba-4.12.15/source3/passdb/
H A Dpdb_util.c201 struct dom_sid tmp_sid = { 0, }; in create_builtin_guests() local
210 if (sid_compose(&tmp_sid, get_global_sam_sid(), DOMAIN_RID_GUEST)) { in create_builtin_guests()
212 &tmp_sid); in create_builtin_guests()
219 if (sid_compose(&tmp_sid, get_global_sam_sid(), DOMAIN_RID_GUESTS)) { in create_builtin_guests()
221 &tmp_sid); in create_builtin_guests()
236 if (sid_compose(&tmp_sid, dom_sid, DOMAIN_RID_GUESTS)) { in create_builtin_guests()
238 &tmp_sid); in create_builtin_guests()
H A Dpy_passdb.c2532 struct dom_sid *alias_sid, *member_sid, *tmp_sid; in py_pdb_enum_aliasmem() local
2571 tmp_sid = pytalloc_get_ptr(py_member_sid); in py_pdb_enum_aliasmem()
2572 *tmp_sid = member_sid[i]; in py_pdb_enum_aliasmem()
/dports/net/samba412/samba-4.12.15/source3/auth/
H A Dtoken_util.c222 struct dom_sid tmp_sid; in add_builtin_guests() local
230 if (nt_token_check_sid(&tmp_sid, token)) { in add_builtin_guests()
246 if (nt_token_check_sid(&tmp_sid, token)) { in add_builtin_guests()
268 sid_copy(&tmp_sid, dom_sid); in add_builtin_guests()
271 if (nt_token_check_sid(&tmp_sid, token)) { in add_builtin_guests()
372 struct dom_sid tmp_sid; in create_local_nt_token_from_info3() local
836 struct dom_sid tmp_sid = { 0, }; in finalize_local_nt_token() local
844 &tmp_sid, in finalize_local_nt_token()
910 struct dom_sid tmp_sid; in create_token_from_sid() local
1015 uid_to_unix_users_sid(*uid, &tmp_sid); in create_token_from_sid()
[all …]
H A Dauth_util.c478 struct dom_sid tmp_sid; in create_local_token() local
698 struct dom_sid tmp_sid = { 0, }; in auth3_user_info_dc_add_hints() local
705 sid_compose(&tmp_sid, in auth3_user_info_dc_add_hints()
709 &tmp_sid, in auth3_user_info_dc_add_hints()
722 sid_compose(&tmp_sid, in auth3_user_info_dc_add_hints()
726 &tmp_sid, in auth3_user_info_dc_add_hints()
739 sid_compose(&tmp_sid, in auth3_user_info_dc_add_hints()
743 &tmp_sid, in auth3_user_info_dc_add_hints()
777 struct dom_sid tmp_sid = { 0, }; in auth3_session_info_create() local
1213 &tmp_sid); in auth3_session_info_create()
[all …]
/dports/science/hdf5-18/hdf5-1.8.21/test/
H A Dtselect.c8162 ret = H5Sclose(tmp_sid);
8221 ret = H5Sclose(tmp_sid);
8280 ret = H5Sclose(tmp_sid);
8339 ret = H5Sclose(tmp_sid);
8398 ret = H5Sclose(tmp_sid);
8512 ret = H5Sclose(tmp_sid);
8626 ret = H5Sclose(tmp_sid);
8685 ret = H5Sclose(tmp_sid);
8811 ret = H5Sclose(tmp_sid);
8901 ret = H5Sclose(tmp_sid);
[all …]
/dports/science/hdf5/hdf5-1.10.6/test/
H A Dtselect.c8114 ret = H5Sclose(tmp_sid); in test_shape_same()
8173 ret = H5Sclose(tmp_sid); in test_shape_same()
8232 ret = H5Sclose(tmp_sid); in test_shape_same()
8291 ret = H5Sclose(tmp_sid); in test_shape_same()
8350 ret = H5Sclose(tmp_sid); in test_shape_same()
8466 ret = H5Sclose(tmp_sid); in test_shape_same()
8581 ret = H5Sclose(tmp_sid); in test_shape_same()
8640 ret = H5Sclose(tmp_sid); in test_shape_same()
8767 ret = H5Sclose(tmp_sid); in test_shape_same()
8857 ret = H5Sclose(tmp_sid); in test_shape_same()
[all …]
H A Dtfile.c6216 hid_t tmp_sid, tmp_sid_compact, tmp_sid_contig; /* Dataspace IDs */ in test_libver_bounds_dataspace() local
6242 tmp_sid = H5Dget_space(did); in test_libver_bounds_dataspace()
6243 CHECK(tmp_sid, H5I_INVALID_HID, "H5Dget_space"); in test_libver_bounds_dataspace()
6244 tmp_space = (H5S_t *)H5I_object(tmp_sid); in test_libver_bounds_dataspace()
6281 ret = H5Sclose(tmp_sid); in test_libver_bounds_dataspace()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/spider/
H A Dspd_ping_table.cc1010 longlong limit, tmp_sid = -1; in spider_ping_table_body() local
1179 tmp_sid = *((longlong *) args->args[5]); in spider_ping_table_body()
1181 if (tmp_sid >= 0) in spider_ping_table_body()
1183 first_sid = (uint32) tmp_sid; in spider_ping_table_body()
1287 if (tmp_sid < 0) in spider_ping_table_body()
1294 tmp_sid >= 0 || in spider_ping_table_body()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/spider/
H A Dspd_ping_table.cc1010 longlong limit, tmp_sid = -1; in spider_ping_table_body() local
1179 tmp_sid = *((longlong *) args->args[5]); in spider_ping_table_body()
1181 if (tmp_sid >= 0) in spider_ping_table_body()
1183 first_sid = (uint32) tmp_sid; in spider_ping_table_body()
1287 if (tmp_sid < 0) in spider_ping_table_body()
1294 tmp_sid >= 0 || in spider_ping_table_body()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/spider/
H A Dspd_ping_table.cc1010 longlong limit, tmp_sid = -1; in spider_ping_table_body() local
1179 tmp_sid = *((longlong *) args->args[5]); in spider_ping_table_body()
1181 if (tmp_sid >= 0) in spider_ping_table_body()
1183 first_sid = (uint32) tmp_sid; in spider_ping_table_body()
1287 if (tmp_sid < 0) in spider_ping_table_body()
1294 tmp_sid >= 0 || in spider_ping_table_body()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/spider/
H A Dspd_ping_table.cc1010 longlong limit, tmp_sid = -1; in spider_ping_table_body() local
1179 tmp_sid = *((longlong *) args->args[5]); in spider_ping_table_body()
1181 if (tmp_sid >= 0) in spider_ping_table_body()
1183 first_sid = (uint32) tmp_sid; in spider_ping_table_body()
1287 if (tmp_sid < 0) in spider_ping_table_body()
1294 tmp_sid >= 0 || in spider_ping_table_body()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/spider/
H A Dspd_ping_table.cc1065 longlong limit, tmp_sid = -1; in spider_ping_table_body() local
1234 tmp_sid = *((longlong *) args->args[5]); in spider_ping_table_body()
1236 if (tmp_sid >= 0) in spider_ping_table_body()
1238 first_sid = (uint32) tmp_sid; in spider_ping_table_body()
1342 if (tmp_sid < 0) in spider_ping_table_body()
1349 tmp_sid >= 0 || in spider_ping_table_body()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/spider/
H A Dspd_ping_table.cc1065 longlong limit, tmp_sid = -1; in spider_ping_table_body() local
1234 tmp_sid = *((longlong *) args->args[5]); in spider_ping_table_body()
1236 if (tmp_sid >= 0) in spider_ping_table_body()
1238 first_sid = (uint32) tmp_sid; in spider_ping_table_body()
1342 if (tmp_sid < 0) in spider_ping_table_body()
1349 tmp_sid >= 0 || in spider_ping_table_body()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5T.c2333 hid_t tmp_sid = -1, tmp_did = -1; /*temporary data type IDs */ in H5T__register() local
2402 … if((tmp_sid = H5I_register(H5I_DATATYPE, H5T_copy(old_path->src, H5T_COPY_ALL), FALSE)) < 0 || in H5T__register()
2409 H5I_dec_ref(tmp_sid); in H5T__register()
2411 tmp_sid = tmp_did = -1; in H5T__register()
2417 …if((conv->u.lib_func)(tmp_sid, tmp_did, &cdata, (size_t)0, (size_t)0, (size_t)0, NULL, NULL) < 0) { in H5T__register()
2418 H5I_dec_ref(tmp_sid); in H5T__register()
2420 tmp_sid = tmp_did = -1; in H5T__register()
2468 H5I_dec_ref(tmp_sid); in H5T__register()
2470 tmp_sid = tmp_did = -1; in H5T__register()
2486 if(tmp_sid >= 0) in H5T__register()
[all …]
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5T.c2333 hid_t tmp_sid = -1, tmp_did = -1; /*temporary data type IDs */ in H5T__register() local
2402 … if((tmp_sid = H5I_register(H5I_DATATYPE, H5T_copy(old_path->src, H5T_COPY_ALL), FALSE)) < 0 || in H5T__register()
2409 H5I_dec_ref(tmp_sid); in H5T__register()
2411 tmp_sid = tmp_did = -1; in H5T__register()
2417 …if((conv->u.lib_func)(tmp_sid, tmp_did, &cdata, (size_t)0, (size_t)0, (size_t)0, NULL, NULL) < 0) { in H5T__register()
2418 H5I_dec_ref(tmp_sid); in H5T__register()
2420 tmp_sid = tmp_did = -1; in H5T__register()
2468 H5I_dec_ref(tmp_sid); in H5T__register()
2470 tmp_sid = tmp_did = -1; in H5T__register()
2486 if(tmp_sid >= 0) in H5T__register()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5T.c2525 hid_t tmp_sid = -1, tmp_did = -1; /*temporary data type IDs */ in H5T__register() local
2592 … if ((tmp_sid = H5I_register(H5I_DATATYPE, H5T_copy(old_path->src, H5T_COPY_ALL), FALSE)) < 0 || in H5T__register()
2601 H5I_dec_ref(tmp_sid); in H5T__register()
2603 tmp_sid = tmp_did = -1; in H5T__register()
2608 … else if ((conv->u.lib_func)(tmp_sid, tmp_did, &cdata, (size_t)0, (size_t)0, (size_t)0, NULL, in H5T__register()
2610 H5I_dec_ref(tmp_sid); in H5T__register()
2612 tmp_sid = tmp_did = -1; in H5T__register()
2663 H5I_dec_ref(tmp_sid); in H5T__register()
2665 tmp_sid = tmp_did = -1; in H5T__register()
2681 if (tmp_sid >= 0) in H5T__register()
[all …]
/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5T.c2250 hid_t tmp_sid = -1, tmp_did = -1; /*temporary data type IDs */ in H5T_register() local
2319 … if((tmp_sid = H5I_register(H5I_DATATYPE, H5T_copy(old_path->src, H5T_COPY_ALL), FALSE)) < 0 || in H5T_register()
2324 if((func)(tmp_sid, tmp_did, &cdata, (size_t)0, (size_t)0, (size_t)0, in H5T_register()
2326 H5I_dec_ref(tmp_sid); in H5T_register()
2328 tmp_sid = tmp_did = -1; in H5T_register()
2352 if ((old_path->func)(tmp_sid, tmp_did, &(old_path->cdata), in H5T_register()
2367 H5I_dec_ref(tmp_sid); in H5T_register()
2369 tmp_sid = tmp_did = -1; in H5T_register()
2385 if(tmp_sid >= 0) in H5T_register()
2386 H5I_dec_ref(tmp_sid); in H5T_register()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5T.c2273 hid_t tmp_sid=-1, tmp_did=-1;/*temporary data type IDs */ in H5T_register() local
2342 … if((tmp_sid = H5I_register(H5I_DATATYPE, H5T_copy(old_path->src, H5T_COPY_ALL), FALSE)) < 0 || in H5T_register()
2347 if((func)(tmp_sid, tmp_did, &cdata, (size_t)0, (size_t)0, (size_t)0, in H5T_register()
2349 H5I_dec_ref(tmp_sid); in H5T_register()
2351 tmp_sid = tmp_did = -1; in H5T_register()
2375 if ((old_path->func)(tmp_sid, tmp_did, &(old_path->cdata), in H5T_register()
2390 H5I_dec_ref(tmp_sid); in H5T_register()
2392 tmp_sid = tmp_did = -1; in H5T_register()
2408 if(tmp_sid >= 0) in H5T_register()
2409 H5I_dec_ref(tmp_sid); in H5T_register()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5T.c2318 hid_t tmp_sid=-1, tmp_did=-1;/*temporary data type IDs */ in H5T_register() local
2387 … if((tmp_sid = H5I_register(H5I_DATATYPE, H5T_copy(old_path->src, H5T_COPY_ALL), FALSE)) < 0 || in H5T_register()
2392 if((func)(tmp_sid, tmp_did, &cdata, (size_t)0, (size_t)0, (size_t)0, in H5T_register()
2394 H5I_dec_ref(tmp_sid); in H5T_register()
2396 tmp_sid = tmp_did = -1; in H5T_register()
2420 if ((old_path->func)(tmp_sid, tmp_did, &(old_path->cdata), in H5T_register()
2435 H5I_dec_ref(tmp_sid); in H5T_register()
2437 tmp_sid = tmp_did = -1; in H5T_register()
2453 if(tmp_sid >= 0) in H5T_register()
2454 H5I_dec_ref(tmp_sid); in H5T_register()
/dports/net/samba412/samba-4.12.15/source3/rpcclient/
H A Dcmd_samr.c818 struct dom_sid tmp_sid; in cmd_samr_query_useraliases() local
819 if (!string_to_sid(&tmp_sid, argv[i])) { in cmd_samr_query_useraliases()
823 result = add_sid_to_array(mem_ctx, &tmp_sid, &sids, &num_sids); in cmd_samr_query_useraliases()
/dports/net/samba412/samba-4.12.15/source4/dsdb/samdb/ldb_modules/
H A Drepl_meta_data.c2548 struct dom_sid tmp_sid = { 0, }; in replmd_modify_la_add() local
2585 &tmp_sid, "SID"); in replmd_modify_la_add()
2596 dom_sid_string(tmp_ctx, &tmp_sid), in replmd_modify_la_add()
2607 &tmp_sid, "SID"); in replmd_modify_la_add()
2620 ndr_err = ndr_push_struct_blob(&sid_blob, tmp_ctx, &tmp_sid, in replmd_modify_la_add()
/dports/net/samba412/samba-4.12.15/source3/utils/
H A Dnet_rpc.c2206 struct dom_sid tmp_sid; in get_sid_from_name() local
2208 if (string_to_sid(&tmp_sid, name)) { in get_sid_from_name()
2209 sid_copy(sid, &tmp_sid); in get_sid_from_name()