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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_encodings.c59 u_int32_t encoding; member in struct:hfs_encoding
97 hfs_addconverter(int id, u_int32_t encoding, hfs_to_unicode_func_t get_unicode, unicode_to_hfs_func_t get_hfsname) argument
130 hfs_remconverter(int id, u_int32_t encoding) argument
164 hfs_getconverter(u_int32_t encoding, hfs_to_unicode_func_t *get_unicode, unicode_to_hfs_func_t *get_hfsname) argument
197 hfs_relconverter(u_int32_t encoding) argument
677 hfs_addconverter( __unused int id, __unused u_int32_t encoding, __unused void * get_unicode, __unused void * get_hfsname ) argument
685 hfs_getconverter(__unused u_int32_t encoding, __unused void *get_unicode, __unused void *get_hfsname) argument
690 hfs_relconverter(__unused u_int32_t encoding) argument
695 hfs_remconverter(__unused int id, __unused u_int32_t encoding) argument
[all...]
H A Dhfs_catalog.c246 u_long encoding; local
462 u_long encoding; local
614 u_long encoding = 0; local
760 promotekey(hfsmp, (HFSCatalogKey *)&iterator->key, pluskey, &encoding); local
803 u_long encoding = kTextEncodingMacRoman; local
930 promotekey(hfsmp, (HFSCatalogKey *)&bto->iterator.key, pluskey, &encoding); local
989 u_long encoding = 0; local
1226 promotekey(hfsmp, (HFSCatalogKey *)&to_iterator->key, pluskey, &encoding); local
1972 u_long encoding; local
2383 u_long encoding; local
3623 buildrecord(struct cat_attr *attrp, cnid_t cnid, int std_hfs, u_int32_t encoding, CatalogRecord *crp, u_int32_t *recordSize) argument
3704 builddesc(const HFSPlusCatalogKey *key, cnid_t cnid, u_long hint, u_long encoding, int isdir, struct cat_desc *descp) argument
3871 promotekey(struct hfsmount *hfsmp, const HFSCatalogKey *hfskey, HFSPlusCatalogKey *keyp, u_long *encoding) argument
4049 u_long encoding; local
[all...]
H A Dhfs_vfsops.c2811 hfs_setencodingbits(struct hfsmount *hfsmp, u_int32_t encoding) argument

Completed in 21 milliseconds