OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:endofn
(Results
1 - 1
of
1
) sorted by null
/external/curl/lib/
cookie.c
430
const char *
endofn
= &ptr[ nlen ];
local
433
sep = (*
endofn
== '=')?TRUE:FALSE;
436
endofn
--; /* move to the last character */
437
if(ISBLANK(*
endofn
)) {
439
while(*
endofn
&& ISBLANK(*
endofn
) && nlen) {
440
endofn
--;
[
all
...]
Completed in 95 milliseconds