Home
last modified time | relevance | path

Searched refs:tmp_guid (Results 1 – 12 of 12) sorted by relevance

/dports/textproc/kdiff3/kdiff3-1.9.4/diff_ext_for_kdiff3/
H A Dserver.cpp304 LPWSTR tmp_guid; in do_register() local
307 if (StringFromIID(CLSID_DIFF_EXT, &tmp_guid) == S_OK) { in do_register()
308 _tcsncpy(class_id, tmp_guid, MAX_PATH); in do_register()
310 CoTaskMemFree((void*)tmp_guid); in do_register()
386 LPWSTR tmp_guid; in do_unregister() local
389 if (StringFromIID(CLSID_DIFF_EXT, &tmp_guid) == S_OK) { in do_unregister()
390 _tcsncpy(class_id, tmp_guid, MAX_PATH); in do_unregister()
392 CoTaskMemFree((void*)tmp_guid); in do_unregister()
/dports/databases/qof/qof-0.8.8/qof/test/
H A Dtest-engine-stuff.c254 GUID *tmp_guid; in get_random_kvp_value_depth() local
255 tmp_guid = get_random_guid (); in get_random_kvp_value_depth()
256 ret = kvp_value_new_guid (tmp_guid); in get_random_kvp_value_depth()
257 g_free (tmp_guid); in get_random_kvp_value_depth()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/google/
H A Dgoogle_update_settings_posix.cc65 std::string tmp_guid; in GetCollectStatsConsent() local
66 bool consented = base::ReadFileToString(consent_file, &tmp_guid); in GetCollectStatsConsent()
71 g_posix_client_id.Get().assign(tmp_guid); in GetCollectStatsConsent()
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/backup/
H A Drestore.c825 struct message_guid tmp_guid; in restore_add_object() local
841 else if (message_guid_decode(&tmp_guid, object_name)) { in restore_add_object()
843 message = backup_get_message(backup, &tmp_guid); in restore_add_object()
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/backup/
H A Drestore.c921 struct message_guid tmp_guid; in restore_add_object() local
937 else if (message_guid_decode(&tmp_guid, object_name)) { in restore_add_object()
939 message = backup_get_message(backup, &tmp_guid); in restore_add_object()
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/backup/
H A Drestore.c921 struct message_guid tmp_guid; in restore_add_object() local
937 else if (message_guid_decode(&tmp_guid, object_name)) { in restore_add_object()
939 message = backup_get_message(backup, &tmp_guid); in restore_add_object()
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Ddlist.c1097 struct message_guid tmp_guid; in dlist_parse() local
1110 if (!message_guid_decode(&tmp_guid, gbuf.s)) goto fail; in dlist_parse()
1111 if (reservefile(in, pbuf.s, &tmp_guid, size, isbackup, &fname)) goto fail; in dlist_parse()
1112 dl = dlist_setfile(NULL, kbuf.s, pbuf.s, &tmp_guid, size, fname); in dlist_parse()
H A Dsync_support.c2161 struct message_guid tmp_guid; in sync_append_copyfile() local
2165 message_guid_copy(&tmp_guid, &record->guid); in sync_append_copyfile()
2189 if (!message_guid_equal(&tmp_guid, &record->guid)) { in sync_append_copyfile()
3701 struct message_guid tmp_guid; in sync_get_message() local
3714 if (!message_guid_decode(&tmp_guid, guid)) in sync_get_message()
3724 kl = dlist_setfile(NULL, "MESSAGE", partition, &tmp_guid, sbuf.st_size, fname); in sync_get_message()
4245 struct message_guid tmp_guid; in mark_missing() local
4259 if (!message_guid_decode(&tmp_guid, ki->sval)) { in mark_missing()
4266 msgid = sync_msgid_lookup(part_list, &tmp_guid); in mark_missing()
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Ddlist.c1088 struct message_guid tmp_guid; in dlist_parse() local
1101 if (!message_guid_decode(&tmp_guid, gbuf.s)) goto fail; in dlist_parse()
1102 if (reservefile(in, pbuf.s, &tmp_guid, size, isbackup, &fname)) goto fail; in dlist_parse()
1103 dl = dlist_setfile(NULL, kbuf.s, pbuf.s, &tmp_guid, size, fname); in dlist_parse()
H A Dsync_support.c2183 struct message_guid tmp_guid; in sync_append_copyfile() local
2187 message_guid_copy(&tmp_guid, &record->guid); in sync_append_copyfile()
2210 if (!message_guid_equal(&tmp_guid, &record->guid)) { in sync_append_copyfile()
3670 struct message_guid tmp_guid; in sync_get_message() local
3683 if (!message_guid_decode(&tmp_guid, guid)) in sync_get_message()
3693 kl = dlist_setfile(NULL, "MESSAGE", partition, &tmp_guid, sbuf.st_size, fname); in sync_get_message()
4189 struct message_guid tmp_guid; in mark_missing() local
4203 if (!message_guid_decode(&tmp_guid, ki->sval)) { in mark_missing()
4210 msgid = sync_msgid_lookup(part_list, &tmp_guid); in mark_missing()
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Ddlist.c1062 struct message_guid tmp_guid; in dlist_parse() local
1075 if (!message_guid_decode(&tmp_guid, gbuf.s)) goto fail; in dlist_parse()
1076 if (reservefile(in, pbuf.s, &tmp_guid, size, isbackup, &fname)) goto fail; in dlist_parse()
1077 dl = dlist_setfile(NULL, kbuf.s, pbuf.s, &tmp_guid, size, fname); in dlist_parse()
H A Dsync_support.c1827 struct message_guid tmp_guid; in sync_append_copyfile() local
1831 message_guid_copy(&tmp_guid, &record->guid); in sync_append_copyfile()
1854 if (!message_guid_equal(&tmp_guid, &record->guid)) { in sync_append_copyfile()
3419 struct message_guid tmp_guid; in sync_get_message() local
3432 if (!message_guid_decode(&tmp_guid, guid)) in sync_get_message()
3442 kl = dlist_setfile(NULL, "MESSAGE", partition, &tmp_guid, sbuf.st_size, fname); in sync_get_message()
3925 struct message_guid tmp_guid; in mark_missing() local
3939 if (!message_guid_decode(&tmp_guid, ki->sval)) { in mark_missing()
3946 msgid = sync_msgid_lookup(part_list, &tmp_guid); in mark_missing()