Searched refs:val_ptr (Results 1 – 1 of 1) sorted by relevance
854 const char *val_ptr = strchr(qry_ptr, '='); in httpd_query_key_value() local855 if (!val_ptr) { in httpd_query_key_value()858 size_t offset = val_ptr - qry_ptr; in httpd_query_key_value()867 qry_ptr = strchr(val_ptr, '&'); in httpd_query_key_value()876 qry_ptr = strchr(++val_ptr, '&'); in httpd_query_key_value()880 qry_ptr = val_ptr + strlen(val_ptr); in httpd_query_key_value()884 val_size = qry_ptr - val_ptr + 1; in httpd_query_key_value()887 strlcpy(val, val_ptr, MIN(val_size, buf_len)); in httpd_query_key_value()968 const char *val_ptr = strchr(hdr_ptr, ':'); in httpd_req_get_hdr_value_len() local969 if (!val_ptr) { in httpd_req_get_hdr_value_len()[all …]