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

/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DHTTPParsers.cpp554 const char* space1 = 0; local
561 if (!space1)
562 space1 = p;
576 if (!space1 || !space2) {
589 method = String(data, space1 - data); // For length subtract 1 for space, but add 1 for data being the first character.
592 url = String(space1 + 1, space2 - space1 - 1); // For length subtract 1 for space.
/macosx-10.9.5/WebCore-7537.78.1/Modules/websockets/
H A DWebSocketHandshake.cpp409 const char* space1 = 0; local
416 if (!space1)
417 space1 = p;
445 if (!space1 || !space2) {
450 String statusCodeString(space1 + 1, space2 - space1 - 1);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/tepam/
H A Dproc_call_arg_type.test138 tests tepam-procargtype.space1 "tepam, Procedure argument type check - Space 1" \
248 tests tepam-procargtype.space1 "tepam, Procedure argument type check - Space 1" \
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dreftex-index.el1977 (let (bol eol space1 space2)
1988 (setq space1 (1- (point))))
1999 ((and (not space1) (not space2))) ; No spaces available
2000 ((not space2) ; Do space1
2001 (reftex-index-phrases-replace-space space1))
2002 ((not space1) ; Do space2
2005 (let ((l1 (- space1 bol))
2006 (l2 (- space2 space1))
2011 (reftex-index-phrases-replace-space space1)
2015 (reftex-index-phrases-replace-space space1))
[all...]

Completed in 245 milliseconds