Home
last modified time | relevance | path

Searched defs:here (Results 1 – 14 of 14) sorted by relevance

/reactos/modules/rostests/tests/spec2def/
H A Dtest.spec1 ; Comments be here() function
/reactos/sdk/lib/3rdparty/zlib/
H A Dinffast.c73 code const *here; /* retrieved table entry */ local
H A Dinftrees.c53 code here; /* table entry for duplication */ local
H A Dinfback.c266 code here; /* current decoding table entry */ local
H A Dinflate.c638 code here; /* current decoding table entry */ local
/reactos/sdk/lib/fslib/vfatlib/check/
H A Dfile.c146 char *here; in file_add() local
H A Dcheck.c466 unsigned char *walk, *here; in rename_file() local
/reactos/dll/win32/dbghelp/
H A Dinflate.c295 code here; /* retrieved table entry */ in inflate_fast() local
549 code here; /* table entry for duplication */ in inflate_table() local
1268 code here; /* current decoding table entry */ in inflate() local
/reactos/dll/win32/wininet/
H A Dinflate.c290 code here; /* retrieved table entry */ in inflate_fast() local
544 code here; /* table entry for duplication */ in inflate_table() local
1263 code here; /* current decoding table entry */ in inflate() local
/reactos/sdk/lib/3rdparty/adns/src/
H A Dgeneral.c302 adns_status here, min, max; in sti_compar() local
/reactos/sdk/include/reactos/libs/libxml/
H A Dxpath.h331 xmlNodePtr here; /* for here() */ member
/reactos/sdk/lib/3rdparty/freetype/src/truetype/
H A Dttgxvar.c2990 FT_ULong here; in tt_face_vary_cvt() local
3505 FT_ULong here; in TT_Vary_Apply_Glyph_Deltas() local
/reactos/drivers/filesystems/ext2/src/ext4/
H A Dext4_xattr.c99 struct ext4_xattr_entry *here; in ext4_xattr_rehash() local
/reactos/sdk/lib/3rdparty/libxml2/
H A Dxpointer.c1311 xmlXPtrNewContext(xmlDocPtr doc, xmlNodePtr here, xmlNodePtr origin) { in xmlXPtrNewContext()