Home
last modified time | relevance | path

Searched refs:pst_item (Results 1 – 13 of 13) sorted by relevance

/dports/mail/libpst/libpst-0.6.76/python/
H A Dpython-libpst.cpp38 void pst_freeItem(pst_item *item);
44 string pst_default_charset(pst_item *item);
46 void pst_convert_utf8(pst_item *item, pst_string *str);
58 pst_item* root;
109 void pst::pst_freeItem(pst_item *item) { in pst_freeItem()
142 string pst::pst_default_charset(pst_item *item) { in pst_default_charset()
548 class_<pst_item>("pst_item") in BOOST_PYTHON_MODULE()
558 .def_readonly("type", &pst_item::type) in BOOST_PYTHON_MODULE()
560 .def_readonly("flags", &pst_item::flags) in BOOST_PYTHON_MODULE()
561 .def_readonly("file_as", &pst_item::file_as) in BOOST_PYTHON_MODULE()
[all …]
/dports/mail/libpst/libpst-0.6.76/src/
H A Dlibpst.h780 typedef struct pst_item { struct
860 } pst_item; argument
985 pst_desc_tree* pst_getTopOfFolders(pst_file *pf, const pst_item *root);
1027 pst_item* pst_parse_item (pst_file *pf, pst_desc_tree *d_ptr, pst_id2_tree *m_head);
1033 void pst_freeItem(pst_item *item);
1115 const char* pst_default_charset(pst_item *item, int buflen, char* result);
1129 void pst_rfc2047(pst_item *item, pst_string *str, int needs_quote);
1136 void pst_convert_utf8_null(pst_item *item, pst_string *str);
1143 void pst_convert_utf8(pst_item *item, pst_string *str);
H A Dpst2dii.cpp442 static void write_normal_email(file_ll &f, pst_item* item, pst_file* pst);
443 static void write_normal_email(file_ll &f, pst_item* item, pst_file* pst) in write_normal_email()
586 static void create_enter_dir(file_ll &f, file_ll *parent, pst_item *item);
587 static void create_enter_dir(file_ll &f, file_ll *parent, pst_item *item) in create_enter_dir()
602 static void process(pst_item *outeritem, file_ll *parent, pst_desc_tree *d_ptr);
603 static void process(pst_item *outeritem, file_ll *parent, pst_desc_tree *d_ptr) in process()
606 pst_item *item = NULL; in process()
644 pst_item *item = NULL; in main()
709 item = (pst_item*)pst_parse_item(&pstfile, d_ptr, NULL); in main()
H A Dlspst.c33 void create_enter_dir(struct file_ll* f, pst_item *item) in create_enter_dir()
49 void process(pst_item *outeritem, pst_desc_tree *d_ptr, struct options o) in process()
52 pst_item *item = NULL; in process()
211 pst_item *item = NULL; in main()
H A Dreadpst.c31 void process(pst_item *outeritem, pst_desc_tree *d_ptr);
65 void write_journal(FILE* f_output, pst_item* item);
66 void write_appointment(FILE* f_output, pst_item *item);
67 void create_enter_dir(struct file_ll* f, pst_item *item);
240 void process(pst_item *outeritem, pst_desc_tree *d_ptr) in process()
243 pst_item *item = NULL; in process()
413 pst_item *item = NULL; in main()
2069 int write_extra_categories(FILE* f_output, pst_item* item) in write_extra_categories()
2090 void write_journal(FILE* f_output, pst_item* item) in write_journal()
2118 void write_appointment(FILE* f_output, pst_item* item) in write_appointment()
[all …]
H A Dmsg.h2 void write_msg_email(char *fname, pst_item* item, pst_file* pst);
H A Dpst2dii.cpp.in442 static void write_normal_email(file_ll &f, pst_item* item, pst_file* pst);
443 static void write_normal_email(file_ll &f, pst_item* item, pst_file* pst)
586 static void create_enter_dir(file_ll &f, file_ll *parent, pst_item *item);
587 static void create_enter_dir(file_ll &f, file_ll *parent, pst_item *item)
602 static void process(pst_item *outeritem, file_ll *parent, pst_desc_tree *d_ptr);
603 static void process(pst_item *outeritem, file_ll *parent, pst_desc_tree *d_ptr)
606 pst_item *item = NULL;
644 pst_item *item = NULL;
709 item = (pst_item*)pst_parse_item(&pstfile, d_ptr, NULL);
H A Dgetidblock.c60 pst_item *item = pst_parse_item(&pstfile, ptr, NULL); in dumper()
H A Dpst2ldif.cpp113 pst_item *item = NULL; in process()
587 pst_item *item = NULL; in main()
640 item = (pst_item*)pst_parse_item(&pstfile, d_ptr, NULL); in main()
H A Dlibpst.c544 pst_desc_tree* pst_getTopOfFolders(pst_file *pf, const pst_item *root) { in pst_getTopOfFolders()
1249 pst_item* pst_parse_item(pst_file *pf, pst_desc_tree *d_ptr, pst_id2_tree *m_head) { in pst_parse_item()
1253 pst_item *item = NULL; in pst_parse_item()
1286 item = (pst_item*) pst_malloc(sizeof(pst_item)); in pst_parse_item()
1287 memset(item, 0, sizeof(pst_item)); in pst_parse_item()
2179 static int pst_process(uint64_t block_id, pst_mapi_object *list, pst_item *item, pst_item_attach *a… in pst_process()
3381 void pst_freeItem(pst_item *item) { in pst_freeItem()
4451 const char* pst_default_charset(pst_item *item, int buflen, char* result) { in pst_default_charset()
4502 void pst_rfc2047(pst_item *item, pst_string *str, int needs_quote) { in pst_rfc2047()
4535 void pst_convert_utf8_null(pst_item *item, pst_string *str) { in pst_convert_utf8_null()
[all …]
H A Dmsg.cpp200 void write_msg_email(char *fname, pst_item* item, pst_file* pst) { in write_msg_email()
/dports/mail/evolution/evolution-3.42.1/src/plugins/pst-import/
H A Dpst-importer.c422 pst_item *item = NULL, *subitem; in pst_import_check_items()
743 pst_item *item = NULL; in pst_import_file()
873 pst_item *item = NULL; in pst_process_item()
979 pst_item *item) in pst_process_folder()
1123 lookup_address (pst_item *item, in lookup_address()
1168 pst_item *item) in pst_process_email()
1490 pst_item *item) in pst_process_contact()
1774 pst_item *item, in fill_calcomponent()
2044 pst_item *item) in pst_process_task()
2051 pst_item *item) in pst_process_journal()
[all …]
/dports/mail/libpst/libpst-0.6.76/html/devel/
H A Dstructpst__item__coll__graph.map1 <map id="pst_item" name="pst_item">