Searched refs:csize (Results 1 – 1 of 1) sorted by relevance
384 static CURLcode tftp_option_add(struct tftp_state_data *state, size_t *csize, in tftp_option_add() argument387 if(( strlen(option) + *csize + 1) > (size_t)state->blksize) in tftp_option_add()390 *csize += strlen(option) + 1; in tftp_option_add()
Completed in 6 milliseconds