Lines Matching refs:strlen
671 strncmp(arg, content_types[i].media_type, strlen(arg)) != 0 ;
827 size_t len = strlen(arg);
839 if (coap_split_uri((unsigned char *)arg, strlen(arg), &uri) < 0) {
948 if (coap_split_uri((unsigned char *)arg, strlen(arg), &proxy) < 0 ||
958 the_token.length = min(sizeof(_token_data), strlen(arg));
1024 /* On success, 2 * len + 2 == strlen(arg) */
1029 coap_new_optlist(num, strlen(arg), (unsigned char *)arg));
1124 len = check_segment((unsigned char *)text, strlen(text));
1134 decode_segment((unsigned char *)text, strlen(text), buf->s);
1267 coap_new_bin_const((const uint8_t *)cp, strlen(cp));
1513 strlen(local_addr))) {
1525 strlen(buf))) {
1542 local.length = strlen(local_addr);
1675 output_file.length = strlen(optarg);