/reactos/drivers/network/tcpip/lwip/src/apps/http/ |
H A D | httpd.c | 1281 ssi->parsed++; 1322 ssi->parsed++; 1333 (*ssi->parsed == '\t') || (*ssi->parsed == '\n') || 1337 ssi->parsed++; 1344 (*ssi->parsed == ' ') || (*ssi->parsed == '\t') || 1345 (*ssi->parsed == '\n') || (*ssi->parsed == '\r')) { 1375 ssi->parsed++; 1388 ssi->parsed++; 1400 ssi->parsed++; 1450 ssi->parsed++; [all …]
|
/reactos/dll/cpl/inetcpl/ |
H A D | general.c | 256 WCHAR parsed[INTERNET_MAX_URL_LENGTH]; in general_on_notify() local 269 res = parse_url_from_outside(buffer, parsed, ARRAY_SIZE(parsed)); in general_on_notify() 270 TRACE("got %d with %s\n", res, debugstr_w(parsed)); in general_on_notify() 277 if (lstrcmpW(buffer, parsed)) in general_on_notify() 278 SetDlgItemTextW(hwnd, IDC_HOME_EDIT, parsed); in general_on_notify() 284 res = RegSetValueExW(hkey, start_page, 0, REG_SZ, (const BYTE *)parsed, in general_on_notify() 285 (lstrlenW(parsed) + 1) * sizeof(WCHAR)); in general_on_notify()
|
/reactos/modules/rosapps/applications/net/ncftp/ncftp/ |
H A D | ls.c | 472 int parsed; in Ls() local 559 parsed = -1; in Ls() 576 parsed = UnMlsD(filp, &dirContents); in Ls() 577 if (parsed < 0) { in Ls() 578 Trace(0, "UnMlsD: %d\n", parsed); in Ls() 581 parsed = UnLslR(filp, &dirContents, gConn.serverType); in Ls() 582 if (parsed < 0) { in Ls() 583 Trace(0, "UnLslR: %d\n", parsed); in Ls() 586 if (parsed >= 0) { in Ls() 597 parsed = 1; in Ls() [all …]
|
/reactos/dll/win32/msi/ |
H A D | where.c | 205 column->parsed.column = i; in parse_column() 206 column->parsed.table = table; in parse_column() 496 struct join_table *table = expr->parsed.table; in expr_fetch_value() 504 expr->parsed.column, val); in expr_fetch_value() 701 r = column->parsed.table->view->ops->fetch_int(column->parsed.table->view, in compare_entry() 702 le->values[column->parsed.table->table_index], in compare_entry() 703 column->parsed.column, &l_val); in compare_entry() 710 r = column->parsed.table->view->ops->fetch_int(column->parsed.table->view, in compare_entry() 712 column->parsed.column, &r_val); in compare_entry() 765 if (in_array(ordered_tables, expr->u.column.parsed.table)) in reorder_check() [all …]
|
H A D | query.h | 82 } parsed; member
|
/reactos/dll/win32/mshtml/ |
H A D | htmlscript.h | 27 BOOL parsed; member
|
H A D | htmlscript.c | 105 if(This->parsed) { in HTMLScriptElement_put_src()
|
H A D | script.c | 1044 script_elem->parsed = TRUE; in parse_script_elem() 1373 if(script_elem->parsed) in parse_event_elem()
|
H A D | mutation.c | 324 if(!iter->script->parsed) in run_insert_script()
|
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | TODO | 27 - Better checking of external parsed entities TAG 1234 188 - Allow parsed entities defined in the internal subset to override 273 - Support for Comments (bad, should be in ASAP, they are parsed
|
H A D | xmlschemas.c | 338 #define CAN_PARSE_SCHEMA(b) (((b)->doc != NULL) && ((b)->parsed == 0)) 409 int parsed; member 441 int parsed; member 464 int parsed; member 10224 bucket->parsed++; in xmlSchemaParseNewDocWithContext() 10265 if (bucket->parsed) { in xmlSchemaParseNewDoc() 11152 if (bucket->parsed && in xmlSchemaParseIncludeOrRedefine() 11169 if (bucket && (!bucket->parsed) && (bucket->doc != NULL)) { in xmlSchemaParseIncludeOrRedefine()
|
H A D | NEWS | 616 Add test case for recursive external parsed entities (Nick Wellnhofer), 1524 Do not fetch external parsed entities (Daniel Veillard), 2071 functions on memory errors, BOM handling in external parsed entities 3438 - fixed a big bug with ID declared in external parsed entities 3826 - Added the ability to fetch remote DTD or parsed entities, see the nanohttp module.
|
/reactos/modules/rostests/winetests/jscript/ |
H A D | cc.js | 214 this will not be parsed
|
/reactos/sdk/lib/3rdparty/freetype/src/bdf/ |
H A D | README | 90 metrics are (parsed and) discarded. If you own a BDF font that defines
|
/reactos/drivers/filesystems/btrfs/ |
H A D | create.c | 1691 …NG fnus, _In_opt_ file_ref* related, _In_ bool parent, _Out_opt_ USHORT* parsed, _Out_opt_ ULONG* … 1700 TRACE("(%p, %p, %p, %u, %p)\n", Vcb, pfr, related, parent, parsed); 1838 if (parsed) { 1841 *parsed = (USHORT)(nb2->us.Buffer - fnus->Buffer - 1) * sizeof(WCHAR); 4473 USHORT parsed; variable 4620 Status = open_fileref(Vcb, &related, &fn, NULL, true, &parsed, &fnoff, 4634 parsed = (USHORT)fnoff - sizeof(WCHAR); 4639 …_fileref(Vcb, &fileref, &fn, related, IrpSp->Flags & SL_OPEN_TARGET_DIRECTORY, &parsed, &fn_offset, 4646 …_fileref(Vcb, &fileref, &fn, related, IrpSp->Flags & SL_OPEN_TARGET_DIRECTORY, &parsed, &fn_offset, 4666 data->Reserved = FileObject->FileName.Length - parsed;
|
H A D | btrfs_drv.h | 1441 …NG fnus, _In_opt_ file_ref* related, _In_ bool parent, _Out_opt_ USHORT* parsed, _Out_opt_ ULONG* …
|
/reactos/sdk/include/psdk/ |
H A D | xmldom.idl | 184 HRESULT parsed( [out,retval] VARIANT_BOOL *isParsed );
|
H A D | msxml6.idl | 386 HRESULT parsed([retval, out] VARIANT_BOOL *pbool);
|
H A D | msxml2.idl | 465 HRESULT parsed([retval, out] VARIANT_BOOL *pbool);
|
/reactos/dll/win32/msxml2/ |
H A D | msxml2_tlb.idl | 203 HRESULT parsed([retval, out] VARIANT_BOOL *pbool);
|
/reactos/dll/3rdparty/libxslt/ |
H A D | NEWS | 554 document('') fails to return stylesheets parsed from memory (Jason Viers), 1343 - fixed errors when handling ID in external parsed entities
|
/reactos/modules/rosapps/applications/explorer-old/ |
H A D | Doxyfile-all | 906 # nicely formatted so it can be parsed by a human reader. This is useful
|
/reactos/dll/win32/msxml4/ |
H A D | msxml4_tlb.idl | 375 HRESULT parsed([retval, out] VARIANT_BOOL *pbool);
|
/reactos/drivers/network/tcpip/lwip/doc/doxygen/ |
H A D | lwip.Doxyfile | 695 # The LAYOUT_FILE tag can be used to specify a layout file which will be parsed 2008 # formatted so it can be parsed by a human reader. This is useful if you want to
|
H A D | lwip.Doxyfile.cmake.in | 695 # The LAYOUT_FILE tag can be used to specify a layout file which will be parsed 2008 # formatted so it can be parsed by a human reader. This is useful if you want to
|