Home
last modified time | relevance | path

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

/curl/lib/
H A Dtftp.c385 static CURLcode tftp_option_add(struct tftp_state_data *state, size_t *csize, in tftp_option_add() argument
388 if(( strlen(option) + *csize + 1) > (size_t)state->blksize) in tftp_option_add()
391 *csize += strlen(option) + 1; in tftp_option_add()

Completed in 9 milliseconds