Searched refs:space2 (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/Modules/websockets/
H A DWebSocketHandshake.cpp410 const char* space2 = 0; local
418 else if (!space2)
419 space2 = p;
445 if (!space1 || !space2) {
450 String statusCodeString(space1 + 1, space2 - space1 - 1);
463 statusText = String(space2 + 1, end - space2 - 3); // Exclude "\r\n".
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DHTTPParsers.cpp555 const char* space2 = 0; local
563 else if (!space2)
564 space2 = p;
576 if (!space1 || !space2) {
592 url = String(space1 + 1, space2 - space1 - 1); // For length subtract 1 for space.
595 String httpVersionString(space2 + 1, end - space2 - 3); // For length subtract 1 for space, and 2 for "\r\n".
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/tepam/
H A Dproc_call_arg_type.test142 tests tepam-procargtype.space2 "tepam, Procedure argument type check - Space 2" \
252 tests tepam-procargtype.space2 "tepam, Procedure argument type check - Space 2" \
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dreftex-index.el1977 (let (bol eol space1 space2)
1993 (setq space2 (point)))
1999 ((and (not space1) (not space2))) ; No spaces available
2000 ((not space2) ; Do space1
2002 ((not space1) ; Do space2
2003 (reftex-index-phrases-replace-space space2))
2006 (l2 (- space2 space1))
2007 (l3 (- eol space2)))
2012 (reftex-index-phrases-replace-space space2))
2018 (reftex-index-phrases-replace-space space2))))))))))
[all...]

Completed in 143 milliseconds