/third_party/gstreamer/gstreamer/gst/parse/ |
D | parse.l | 102 while (*pos && g_ascii_isspace (*pos)) pos++; 126 while (!g_ascii_isspace (*pos) && (*pos != '.')) pos++; 151 while (g_ascii_isspace (*c)) c++; 163 while (g_ascii_isspace (*--c));
|
D | lex.priv_gst_parse_yy.c | 1443 while (*pos && g_ascii_isspace (*pos)) pos++; 1477 while (!g_ascii_isspace (*pos) && (*pos != '.')) pos++; 1509 while (g_ascii_isspace (*c)) c++; 1521 while (g_ascii_isspace (*--c));
|
D | grammar.y | 384 while (!g_ascii_isspace (*pos) && (*pos != '=')) pos++; in gst_parse_element_set() 390 while (g_ascii_isspace (*pos)) pos++; in gst_parse_element_set() 393 while (g_ascii_isspace (*pos)) pos++; in gst_parse_element_set()
|
/third_party/libsoup/libsoup/ |
D | soup-websocket.c | 439 while (g_ascii_isspace (*extension)) in extract_extension_names_from_request() 447 while (end > extension && g_ascii_isspace (*(end - 1))) in extract_extension_names_from_request() 494 while (g_ascii_isspace (*extension)) in process_extensions() 515 while (end > extension && g_ascii_isspace (*(end - 1))) in process_extensions()
|
D | soup-message-headers.c | 965 while (g_ascii_isspace (*range)) in soup_message_headers_get_ranges_internal() 969 while (g_ascii_isspace (*range)) in soup_message_headers_get_ranges_internal() 1207 while (g_ascii_isspace (*header)) in soup_message_headers_get_content_range() 1287 while (p - 1 > *foo && g_ascii_isspace(p[-1])) in parse_content_foo()
|
D | soup-headers.c | 412 while (g_ascii_isspace (*s)) in skip_lws() 420 while (s > start && g_ascii_isspace (*(s - 1))) in unskip_lws() 429 while (g_ascii_isspace (*s) || *s == delim) in skip_delims()
|
D | soup-cookie.c | 121 while (g_ascii_isspace (*s)) in skip_lws() 129 while (s > start && g_ascii_isspace (*(s - 1))) in unskip_lws()
|
D | soup-date.c | 400 while (g_ascii_isspace (*date_string)) in parse_textual_date() 482 while (g_ascii_isspace (*date_string)) in soup_date_new_from_string()
|
D | soup-cookie-jar-text.c | 166 } else if (*line == '#' || g_ascii_isspace (*line)) in parse_cookie()
|
D | soup-auth-manager.c | 297 while (g_ascii_isspace (*++sp)) in next_challenge_start() 331 (!item[schemelen] || g_ascii_isspace (item[schemelen]))) in soup_auth_manager_extract_challenge()
|
D | soup-uri.c | 261 while (g_ascii_isspace (*uri_string)) in soup_uri_new_with_base() 280 while (end > uri_string && g_ascii_isspace (end[-1])) in soup_uri_new_with_base()
|
/third_party/glib/glib/ |
D | gtimer.c | 402 while (g_ascii_isspace (*iso_date)) in g_time_val_from_iso8601() 542 while (g_ascii_isspace (*iso_date)) in g_time_val_from_iso8601()
|
D | gstrfuncs.c | 778 while (g_ascii_isspace (*p)) in g_ascii_strtod() 1012 while (g_ascii_isspace (*p)) in g_ascii_formatd() 2316 for (start = (guchar*) string; *start && g_ascii_isspace (*start); start++) in g_strchug() 2350 if (g_ascii_isspace ((guchar) string[len])) in g_strchomp() 3350 g_ascii_isspace (str[0]) || in g_ascii_string_to_signed() 3452 g_ascii_isspace (str[0]) || in g_ascii_string_to_unsigned()
|
D | gstrfuncs.h | 80 #define g_ascii_isspace(c) \ macro
|
/third_party/gstreamer/gstreamer/gst/ |
D | gststructure.c | 2237 while (g_ascii_isspace (*s) || (s[0] == '\\' && g_ascii_isspace (s[1]))) in gst_structure_parse_field() 2246 while (g_ascii_isspace (*s) || (s[0] == '\\' && g_ascii_isspace (s[1]))) in gst_structure_parse_field() 2281 while (*r && (g_ascii_isspace (*r) || (r[0] == '\\' in priv_gst_structure_parse_name() 2282 && g_ascii_isspace (r[1])))) in priv_gst_structure_parse_name() 2319 while (*r && (g_ascii_isspace (*r) || (r[0] == '\\' in priv_gst_structure_parse_fields() 2320 && g_ascii_isspace (r[1])))) in priv_gst_structure_parse_fields() 2336 while (*r && (g_ascii_isspace (*r) || (r[0] == '\\' in priv_gst_structure_parse_fields() 2337 && g_ascii_isspace (r[1])))) in priv_gst_structure_parse_fields()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/ |
D | gstrtspmessage.c | 1289 while (g_ascii_isspace (*s)) in skip_lws() 1298 while (g_ascii_isspace (*s) || *s == ',') in skip_commas() 1306 while (*s && !g_ascii_isspace (*s)) in skip_scheme() 1327 if (*s == ',' || g_ascii_isspace (*s)) in skip_item()
|
D | gstrtsptransport.c | 345 if (g_ascii_isspace (*str) || *str == '+' || *str == '-') in parse_range() 350 if (g_ascii_isspace (minus[1]) || minus[1] == '+' || minus[1] == '-') in parse_range()
|
/third_party/gstreamer/gstplugins_base/gst/subparse/ |
D | samiparse.c | 438 } else if (g_ascii_isspace (*text)) { in unescape_string() 443 } while ((*text) && g_ascii_isspace (*text)); in unescape_string()
|
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/ |
D | gstrfuncs.in.h | 89 #define g_ascii_isspace(c) \ macro
|
D | gstrfuncs.c | 388 while (g_ascii_isspace (*p)) 601 while (g_ascii_isspace (*p)) in g_ascii_formatd() 2228 for (start = (guchar*) string; *start && g_ascii_isspace (*start); start++) 2246 if (g_ascii_isspace ((guchar) string[len]))
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglsl.c | 294 } while (g_ascii_isspace (str[i])); in _check_valid_version_preprocessor_string() 423 if (g_ascii_isspace (str[i])) in _gst_glsl_shader_string_find_version()
|
/third_party/glib/docs/reference/glib/ |
D | glib-overrides.txt | 260 <NAME>g_ascii_isspace</NAME>
|
/third_party/glib/gio/ |
D | gdbus-tool.c | 2412 if (g_ascii_isspace (s[cursor]) && ((cursor > 0 && g_ascii_isspace(s[cursor-1])) || cursor == 0)) in pick_word_at() 2419 while (!g_ascii_isspace (s[cursor - 1]) && cursor > 0) in pick_word_at() 2424 while (!g_ascii_isspace (s[end]) && s[end] != '\0') in pick_word_at() 2593 if (!g_ascii_isspace (completion_line[prev_end])) in main()
|
D | gcontenttype-win32.c | 324 if (g_ascii_iscntrl (c) && !g_ascii_isspace (c) && c != '\b') in looks_like_text()
|
D | gdbusdaemon.c | 377 while (*p && g_ascii_isspace (*p)) in match_new() 383 while (*p && *p != '=' && !g_ascii_isspace (*p)) in match_new() 389 while (*p && g_ascii_isspace (*p)) in match_new()
|