One Hat Cyber Team
Your IP :
3.143.110.79
Server IP :
103.133.214.160
Server :
Linux venus.ewebguru.net 4.18.0-553.30.1.el8_10.x86_64 #1 SMP Tue Nov 26 02:30:26 EST 2024 x86_64
Server Software :
Apache/2
PHP Version :
8.1.30
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
include
/
dovecot
/
Edit File:
mail-index-alloc-cache.h
#ifndef MAIL_INDEX_ALLOC_CACHE_H #define MAIL_INDEX_ALLOC_CACHE_H /* If using in-memory indexes, give index_dir=NULL. */ struct mail_index * ATTR_NULL(1, 2) mail_index_alloc_cache_get(struct event *parent_event, const char *mailbox_path, const char *index_dir, const char *prefix); void mail_index_alloc_cache_unref(struct mail_index **index); /* Find an existing already opened index from a given index directory. */ struct mail_index * mail_index_alloc_cache_find(const char *index_dir); void mail_index_alloc_cache_destroy_unrefed(void); /* internal: */ void mail_index_alloc_cache_index_opened(struct mail_index *index); void mail_index_alloc_cache_index_closing(struct mail_index *index); #endif
Simpan