Lines Matching refs:value
41 char* value, int value_len) in http_header_str_val() argument
53 *value = 0; in http_header_str_val()
64 *value = 0; in http_header_str_val()
70 value[i++] = *temp++; in http_header_str_val()
71 value[i] = 0; in http_header_str_val()
72 return (i == 0) ? NULL : value; in http_header_str_val()
80 char value[C_TYPE_LEN]; in http_header_long_val() local
81 char *temp = http_header_str_val(response, key, key_len, value, C_TYPE_LEN); in http_header_long_val()
94 http_get_url(char * data, int data_len, char* value, int value_len) in http_get_url() argument
101 *value = 0; in http_get_url()
111 value[i++] = *temp++; in http_get_url()
113 value[i] = 0; in http_get_url()