Searched refs:lineptr (Results 1 – 5 of 5) sorted by relevance
/curl/lib/ |
H A D | cookie.c | 800 const char *lineptr, in parse_netscape() argument 819 if(strncmp(lineptr, "#HttpOnly_", 10) == 0) { in parse_netscape() 820 lineptr += 10; in parse_netscape() 824 if(lineptr[0]=='#') in parse_netscape() 829 ptr = strchr(lineptr, '\r'); in parse_netscape() 832 ptr = strchr(lineptr, '\n'); in parse_netscape() 1125 rc = parse_netscape(co, ci, lineptr, secure); in Curl_cookie_add() 1257 char *lineptr = Curl_dyn_ptr(&buf); in Curl_cookie_init() local 1261 lineptr += 11; in Curl_cookie_init() 1263 while(*lineptr && ISBLANK(*lineptr)) in Curl_cookie_init() [all …]
|
H A D | hsts.c | 530 char *lineptr = Curl_dyn_ptr(&buf); in hsts_load() local 531 while(*lineptr && ISBLANK(*lineptr)) in hsts_load() 532 lineptr++; in hsts_load() 537 if((*lineptr == '#') || strlen(lineptr) <= 1) in hsts_load() 540 hsts_add(h, lineptr); in hsts_load()
|
H A D | altsvc.c | 228 char *lineptr = Curl_dyn_ptr(&buf); in altsvc_load() local 229 while(*lineptr && ISBLANK(*lineptr)) in altsvc_load() 230 lineptr++; in altsvc_load() 231 if(*lineptr == '#') in altsvc_load() 235 altsvc_add(asi, lineptr); in altsvc_load()
|
H A D | cookie.h | 115 bool noexpiry, const char *lineptr,
|
/curl/packages/OS400/rpg-examples/ |
H A D | SMTPSRCMBR | 148 d line s 9999999 based(lineptr) ASCII line pointer 156 lineptr = curl_from_ccsid(%trimr(SRCDTA) + crlf: 0); 158 %subst(buffer: i + 1: linelen) = %str(lineptr); 159 curl_free(lineptr);
|
Completed in 14 milliseconds