Home
last modified time | relevance | path

Searched refs:loc (Results 1 – 2 of 2) sorted by relevance

/curl/src/
H A Dtool_cb_hdr.c388 const char *loc = location; in write_linked_location() local
402 while(llen && (*loc == ' ' || *loc == '\t')) { in write_linked_location()
403 ++loc; in write_linked_location()
409 while(llen && (loc[llen-1] == '\n' || loc[llen-1] == '\r')) in write_linked_location()
421 memcpy(copyloc, loc, llen); in write_linked_location()
447 (int)loclen - space_skipped, loc); in write_linked_location()
/curl/lib/
H A Dtftp.c292 size_t loc; in tftp_option_get() local
294 loc = tftp_strnlen(buf, len); in tftp_option_get()
295 loc++; /* NULL term */ in tftp_option_get()
297 if(loc >= len) in tftp_option_get()
301 loc += tftp_strnlen(buf + loc, len-loc); in tftp_option_get()
302 loc++; /* NULL term */ in tftp_option_get()
304 if(loc > len) in tftp_option_get()
308 return &buf[loc]; in tftp_option_get()

Completed in 12 milliseconds