Searched defs:encoding (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_encodings.c61 u_int32_t encoding; member in struct:hfs_encoding
99 hfs_addconverter(int id, u_int32_t encoding, hfs_to_unicode_func_t get_unicode, unicode_to_hfs_func_t get_hfsname) argument
132 hfs_remconverter(int id, u_int32_t encoding) argument
166 hfs_getconverter(u_int32_t encoding, hfs_to_unicode_func_t *get_unicode, unicode_to_hfs_func_t *get_hfsname) argument
199 hfs_relconverter(u_int32_t encoding) argument
702 hfs_addconverter( __unused int id, __unused u_int32_t encoding, __unused void * get_unicode, __unused void * get_hfsname ) argument
710 hfs_getconverter(__unused u_int32_t encoding, __unused void *get_unicode, __unused void *get_hfsname) argument
715 hfs_relconverter(__unused u_int32_t encoding) argument
720 hfs_remconverter(__unused int id, __unused u_int32_t encoding) argument
[all...]
H A Dhfs_catalog.c247 u_int32_t encoding; local
460 u_int32_t encoding; local
648 u_int32_t encoding = 0; local
854 promotekey(hfsmp, (HFSCatalogKey *)&iterator->key, pluskey, &encoding); local
896 u_int32_t encoding = kTextEncodingMacRoman; local
1038 promotekey(hfsmp, (HFSCatalogKey *)&bto->iterator.key, pluskey, &encoding); local
1096 u_int32_t encoding = 0; local
1342 promotekey(hfsmp, (HFSCatalogKey *)&to_iterator->key, pluskey, &encoding); local
2118 u_int32_t encoding; local
2548 u_int32_t encoding; local
3851 buildrecord(struct cat_attr *attrp, cnid_t cnid, int std_hfs, u_int32_t encoding, CatalogRecord *crp, u_int32_t *recordSize) argument
3932 builddesc(const HFSPlusCatalogKey *key, cnid_t cnid, u_int32_t hint, u_int32_t encoding, int isdir, struct cat_desc *descp) argument
4099 promotekey(struct hfsmount *hfsmp, const HFSCatalogKey *hfskey, HFSPlusCatalogKey *keyp, u_int32_t *encoding) argument
4277 u_int32_t encoding; local
[all...]
H A Dhfs_vfsops.c3465 hfs_setencodingbits(struct hfsmount *hfsmp, u_int32_t encoding) argument

Completed in 76 milliseconds