Searched refs:boundary_len (Results 1 – 2 of 2) sorted by relevance
79 #define MRSAS_GET_BOUNDARY_ALIGNED_LEN(len, new_len, boundary_len) { \ argument81 rem = (len / boundary_len); \82 if ((rem * boundary_len) != len) { \83 new_len = len + ((rem + 1) * boundary_len - len); \
115 uint_t boundary_len; /* Length of boundary string */ member1044 c_id->boundary_len = strlen(c_id->boundary); in http_process_headers()1171 strncmp(&line[2], c_id->boundary, c_id->boundary_len) != 0) { in http_process_part_headers()1178 if (strcmp(&line[c_id->boundary_len + 2], "--") == 0) { in http_process_part_headers()