Searched refs:n_element (Results 1 – 2 of 2) sorted by relevance
/reactos/sdk/include/reactos/wine/ |
H A D | mscvpdb.h | 195 short int n_element; member 210 short int n_element; member 225 short int n_element; member
|
/reactos/dll/win32/msxml3/ |
H A D | mxwriter.c | 1695 const WCHAR *element, int n_element, const WCHAR *attr, int n_attr, in SAXDeclHandler_attributeDecl() argument 1703 … TRACE("(%p)->(%s:%d %s:%d %s:%d %s:%d %s:%d)\n", This, debugstr_wn(element, n_element), n_element, in SAXDeclHandler_attributeDecl() 1708 if (n_element) { in SAXDeclHandler_attributeDecl() 1709 write_output_buffer(This, element, n_element); in SAXDeclHandler_attributeDecl()
|