Home
last modified time | relevance | path

Searched refs:next_param (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dhttp.c925 char *param, *next_param, *cstr, *back; in parse_set_cookie() local
943 next_param = cstr; in parse_set_cookie()
944 while ((param = av_strtok(next_param, ";", &saveptr))) { in parse_set_cookie()
946 next_param = NULL; in parse_set_cookie()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dctrl_iface.c4984 char *next_param, *curr_param, *iftype = NULL; local
4994 next_param = os_strchr(field, ' ');
4995 while (next_param) {
4996 *next_param++ = '\0';
4997 curr_param = next_param;
4998 next_param = os_strchr(next_param, ' ');
5000 if (next_param)
5001 *next_param = '\0';
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c2584 int next_clip_pos = 61, next_param = 0; in generate_gs_copy_shader() local
2758 output.array_base = next_param++; in generate_gs_copy_shader()
2776 output.array_base = next_param++; in generate_gs_copy_shader()
2799 output.array_base = next_param++; in generate_gs_copy_shader()
2812 output.array_base = next_param++; in generate_gs_copy_shader()
2850 output.array_base = next_param++; in generate_gs_copy_shader()

Completed in 35 milliseconds