Home
last modified time | relevance | path

Searched refs:varsize (Results 1 – 14 of 14) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dcache.c262 if (item->varsize) { in ntfs_enter_cache()
264 item->varsize); in ntfs_enter_cache()
267 current->varsize = item->varsize; in ntfs_enter_cache()
281 if (item->varsize) { in ntfs_enter_cache()
282 if (current->varsize) in ntfs_enter_cache()
285 item->varsize); in ntfs_enter_cache()
288 item->varsize); in ntfs_enter_cache()
290 if (current->varsize) in ntfs_enter_cache()
294 current->varsize = item->varsize; in ntfs_enter_cache()
302 if (item->varsize) { in ntfs_enter_cache()
[all …]
Dsecurity.c1697 wanted.varsize = sizeof(struct POSIX_SECURITY) in enter_cache()
1705 wanted.varsize = 0; in enter_cache()
1774 wanted.varsize = 0; in fetch_cache()
2677 wanted.varsize = sizeof(struct POSIX_SECURITY) in ntfs_alloc_securid()
2771 legacy.varsize = sizeof(struct POSIX_SECURITY) in ntfs_set_inherited_posix()
2817 wanted.varsize = 0; in ntfs_alloc_securid()
2900 wanted.varsize = sizeof(struct POSIX_SECURITY) in ntfs_set_owner_mode()
2903 wanted.varsize = 0; in ntfs_set_owner_mode()
2906 wanted.varsize = 0; in ntfs_set_owner_mode()
2977 legacy.varsize = wanted.varsize; in ntfs_set_owner_mode()
[all …]
Dinode.c448 item.varsize = 0; in ntfs_inode_invalidate()
476 item.varsize = 0; in ntfs_inode_open()
535 item.varsize = 0; in ntfs_inode_close()
Ddir.c213 count = cached->varsize; in ntfs_dir_lookup_hash()
700 item.varsize = strlen(fullname) + 1; in ntfs_pathname_to_inode()
744 item.varsize = strlen(fullname) + 1; in ntfs_pathname_to_inode()
2072 item.varsize = strlen(p); in ntfs_delete()
2075 item.varsize = 0; in ntfs_delete()
/third_party/zlib/os400/
Dzlib.inc115 D dest 65535 options(*varsize) Destination buffer
117 D source 65535 const options(*varsize) Source buffer
121 D dest 65535 options(*varsize) Destination buffer
123 D source 65535 const options(*varsize) Source buffer
131 D dest 65535 options(*varsize) Destination buffer
133 D source 65535 const options(*varsize) Source buffer
137 D dest 65535 options(*varsize) Destination buffer
139 D source 65535 const options(*varsize) Source buffer
175 D buf 65535 options(*varsize) Buffer
179 D buf 65535 options(*varsize) Buffer
[all …]
/third_party/ntfs-3g/include/ntfs-3g/
Dcache.h31 size_t varsize; member
39 size_t varsize; member
49 size_t varsize; /* not used */ member
Dsecurity.h76 size_t varsize; member
91 size_t varsize; member
/third_party/libxml2/
Dtrio.c664 int varsize; member
1199 int varsize; variable
1281 varsize = NO_SIZE;
1536 varsize = sizeof(trio_int64_t);
1542 varsize = sizeof(trio_int32_t);
1548 varsize = sizeof(trio_int16_t);
1553 varsize = sizeof(trio_int8_t);
1592 varsize = parameterPosition;
1595 varsize = currentParam;
1596 currentParam = varsize + 1;
[all …]
/third_party/libxml2/os400/libxmlrpg/
DxmlIO.rpgle409 d buffer 65535 options(*varsize)
435 d buffer 65535 options(*varsize)
456 d buffer 65535 options(*varsize)
Dencoding.rpgle270 d out 65535 options(*varsize) unsigned char (*)
279 d out 65535 options(*varsize) unsigned char (*)
DHTMLparser.rpgle191 d out 65535 options(*varsize) unsigned char []
199 d out 65535 options(*varsize) unsigned char []
Dvalid.rpgle192 d buf 65535 options(*varsize)
201 d buf 65535 options(*varsize)
Dtree.rpgle668 d memory 65535 options(*varsize: *omit) xmlChar[]
/third_party/python/PC/
Dlauncher.c928 size_t varsize; in find_on_path() local
945 rc = _wdupenv_s(&pathext, &varsize, L"PATHEXT"); in find_on_path()