Searched refs:bpc_attrib_xattr (Results 1 – 4 of 4) sorted by relevance
/dports/sysutils/p5-BackupPC-XS/BackupPC-XS-0.62/ |
H A D | bpc_attrib.c | 86 return (bpc_attrib_xattr*)bpc_hashtable_find(&file->xattrHT, key, keyLen, allocate_if_missing); in bpc_attrib_xattrGet() 89 void bpc_attrib_xattrDestroy(bpc_attrib_xattr *xattr) in bpc_attrib_xattrDestroy() 97 bpc_attrib_xattr *xattr = bpc_hashtable_find(&file->xattrHT, key, keyLen, 0); in bpc_attrib_xattrDelete() 105 static void bpc_attrib_xattrDeleteNode(bpc_attrib_xattr *xattr, bpc_attrib_file *file) in bpc_attrib_xattrDeleteNode() 124 bpc_attrib_xattr *xattr; in bpc_attrib_xattrSetValue() 175 void bpc_attrib_xattrCopy(bpc_attrib_xattr *xattrSrc, bpc_attrib_file *fileDest) in bpc_attrib_xattrCopy() 177 bpc_attrib_xattr *xattr; in bpc_attrib_xattrCopy() 215 static void bpc_attrib_xattrListKey(bpc_attrib_xattr *xattr, xattrList_info *info) in bpc_attrib_xattrListKey() 309 bpc_hashtable_create(&file->xattrHT, 16 + xattrNumEntries, sizeof(bpc_attrib_xattr)); in bpc_attrib_fileInit() 377 bpc_attrib_xattr *xattr0 = bpc_hashtable_nextEntry(&file0->xattrHT, &idx), *xattr1; in bpc_attrib_fileCompare() [all …]
|
H A D | backuppc.h | 277 } bpc_attrib_xattr; typedef 319 bpc_attrib_xattr *bpc_attrib_xattrGet(bpc_attrib_file *file, void *key, int keyLen, int allocate_if… 320 void bpc_attrib_xattrDestroy(bpc_attrib_xattr *xattr);
|
H A D | BackupPC_XS.xs | 69 bpc_attrib_xattr *xattr = bpc_attrib_xattrGet(file, p, len + 1, 0); in convert_file2hv()
|
H A D | BackupPC_XS.c | 78 bpc_attrib_xattr *xattr = bpc_attrib_xattrGet(file, p, len + 1, 0); in convert_file2hv()
|