/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/ |
D | cr-rgb.c | 44 {(const guchar*)"aliceblue", 240, 248, 255, FALSE, FALSE, FALSE, {0,0,0}}, 45 {(const guchar*)"antiquewhite", 250, 235, 215, FALSE, FALSE, FALSE, {0,0,0}}, 46 {(const guchar*)"aqua", 0, 255, 255, FALSE, FALSE, FALSE, {0,0,0}}, 47 {(const guchar*)"aquamarine", 127, 255, 212, FALSE, FALSE, FALSE, {0,0,0}}, 48 {(const guchar*)"azure", 240, 255, 255, FALSE, FALSE, FALSE, {0,0,0}}, 49 {(const guchar*)"beige", 245, 245, 220, FALSE, FALSE, FALSE, {0,0,0}}, 50 {(const guchar*)"bisque", 255, 228, 196, FALSE, FALSE, FALSE, {0,0,0}}, 51 {(const guchar*)"black", 0, 0, 0, FALSE, FALSE, FALSE, {0,0,0}}, 52 {(const guchar*)"blanchedalmond", 255, 235, 205, FALSE, FALSE, FALSE, {0,0,0}}, 53 {(const guchar*)"blue", 0, 0, 255, FALSE, FALSE, FALSE, {0,0,0}}, [all …]
|
D | cr-num.c | 104 guchar * 109 guchar *tmp_char1 = NULL, in cr_num_to_string() 118 tmp_char1 = (guchar *) g_strdup_printf ("%ld", (glong) a_this->val); in cr_num_to_string() 120 tmp_char1 = (guchar *) g_new0 (char, G_ASCII_DTOSTR_BUF_SIZE + 1); in cr_num_to_string() 129 tmp_char2 = (guchar *) "em"; in cr_num_to_string() 133 tmp_char2 = (guchar *) "ex"; in cr_num_to_string() 137 tmp_char2 = (guchar *) "px"; in cr_num_to_string() 141 tmp_char2 = (guchar *) "in"; in cr_num_to_string() 145 tmp_char2 = (guchar *) "cm"; in cr_num_to_string() 149 tmp_char2 = (guchar *) "mm"; in cr_num_to_string() [all …]
|
D | cr-utils.h | 157 cr_utils_read_char_from_utf8_buf (const guchar * a_in, gulong a_in_len, 161 cr_utils_ucs1_to_utf8 (const guchar *a_in, gulong *a_in_len, 162 guchar *a_out, gulong *a_out_len) ; 165 cr_utils_utf8_to_ucs1 (const guchar * a_in, gulong * a_in_len, 166 guchar *a_out, gulong *a_out_len) ; 170 guchar *a_out, gulong *a_out_len) ; 173 cr_utils_utf8_str_len_as_ucs4 (const guchar *a_in_start, 174 const guchar *a_in_end, 177 cr_utils_ucs1_str_len_as_utf8 (const guchar *a_in_start, 178 const guchar *a_in_end, [all …]
|
D | cr-enc-handler.h | 52 typedef enum CRStatus (*CREncInputFunc) (const guchar * a_in, 54 guchar *a_out, 57 typedef enum CRStatus (*CREncOutputFunc) (const guchar * a_in, 59 guchar *a_out, 63 (const guchar *a_in_start, 64 const guchar *a_in_end, 68 (const guchar *a_in_start, 69 const guchar *a_in_end, 91 cr_enc_handler_resolve_enc_alias (const guchar *a_alias_name, 96 const guchar *a_in, [all …]
|
D | cr-om-parser.h | 70 enum CRStatus cr_om_parser_simply_parse_file (const guchar *a_file_path, 75 const guchar *a_file_uri, 79 enum CRStatus cr_om_parser_simply_parse_buf (const guchar *a_buf, 85 const guchar *a_buf, 91 const guchar *a_author_path, 92 const guchar *a_user_path, 93 const guchar *a_ua_path, 97 enum CRStatus cr_om_parser_simply_parse_paths_to_cascade (const guchar *a_author_path, 98 const guchar *a_user_path, 99 const guchar *a_ua_path,
|
D | cr-additional-sel.c | 243 guchar * 246 guchar *result = NULL; in cr_additional_sel_to_string() 258 guchar *name = NULL; in cr_additional_sel_to_string() 261 name = (guchar *) g_strndup in cr_additional_sel_to_string() 278 guchar *name = NULL; in cr_additional_sel_to_string() 281 name = (guchar *) g_strndup in cr_additional_sel_to_string() 300 guchar *tmp_str = NULL; in cr_additional_sel_to_string() 317 guchar *tmp_str = NULL; in cr_additional_sel_to_string() 337 result = (guchar *) str_buf->str; in cr_additional_sel_to_string() 345 guchar * [all …]
|
D | cr-simple-sel.c | 113 guchar * 117 guchar *result = NULL; in cr_simple_sel_to_string() 126 guchar *str = (guchar *) g_strndup (cur->name->stryng->str, in cr_simple_sel_to_string() 154 guchar *tmp_str = NULL; in cr_simple_sel_to_string() 166 result = (guchar *) str_buf->str; in cr_simple_sel_to_string() 175 guchar * 179 guchar *result = NULL; in cr_simple_sel_one_to_string() 185 guchar *str = (guchar *) g_strndup (a_this->name->stryng->str, in cr_simple_sel_one_to_string() 196 guchar *tmp_str = NULL; in cr_simple_sel_one_to_string() 208 result = (guchar *) str_buf->str; in cr_simple_sel_one_to_string() [all …]
|
D | cr-utils.c | 80 cr_utils_utf8_str_len_as_ucs4 (const guchar * a_in_start, in cr_utils_utf8_str_len_as_ucs4() 81 const guchar * a_in_end, gulong * a_len) in cr_utils_utf8_str_len_as_ucs4() 83 guchar *byte_ptr = NULL; in cr_utils_utf8_str_len_as_ucs4() 96 for (byte_ptr = (guchar *) a_in_start; in cr_utils_utf8_str_len_as_ucs4() 241 cr_utils_ucs1_str_len_as_utf8 (const guchar * a_in_start, in cr_utils_ucs1_str_len_as_utf8() 242 const guchar * a_in_end, gulong * a_len) in cr_utils_ucs1_str_len_as_utf8() 245 guchar *char_ptr = NULL; in cr_utils_ucs1_str_len_as_utf8() 250 for (char_ptr = (guchar *) a_in_start; in cr_utils_ucs1_str_len_as_utf8() 281 cr_utils_utf8_to_ucs4 (const guchar * a_in, in cr_utils_utf8_to_ucs4() 439 cr_utils_read_char_from_utf8_buf (const guchar * a_in, in cr_utils_read_char_from_utf8_buf() [all …]
|
D | cr-pseudo.c | 65 guchar * 68 guchar *result = NULL; in cr_pseudo_to_string() 76 guchar *name = NULL; in cr_pseudo_to_string() 82 name = (guchar *) g_strndup (a_this->name->stryng->str, in cr_pseudo_to_string() 91 guchar *name = NULL, in cr_pseudo_to_string() 97 name = (guchar *) g_strndup (a_this->name->stryng->str, in cr_pseudo_to_string() 101 arg = (guchar *) g_strndup (a_this->extra->stryng->str, in cr_pseudo_to_string() 121 result = (guchar *) str_buf->str; in cr_pseudo_to_string() 144 guchar *tmp_str = NULL; in cr_pseudo_dump()
|
D | cr-term.c | 117 cr_term_parse_expression_from_buf (const guchar * a_buf, in cr_term_parse_expression_from_buf() 126 parser = cr_parser_new_from_buf ((guchar*)a_buf, strlen ((const char *) a_buf), in cr_term_parse_expression_from_buf() 289 guchar * 294 guchar *result = NULL, in cr_term_to_string() 357 content = (guchar *) g_strndup in cr_term_to_string() 367 guchar *tmp_str = NULL; in cr_term_to_string() 389 content = (guchar *) g_strndup in cr_term_to_string() 404 content = (guchar *) g_strndup in cr_term_to_string() 418 content = (guchar *) g_strndup in cr_term_to_string() 433 guchar *tmp_str = NULL; in cr_term_to_string() [all …]
|
D | cr-attr-sel.c | 117 guchar * 121 guchar *result = NULL; in cr_attr_sel_to_string() 134 guchar *name = NULL; in cr_attr_sel_to_string() 136 name = (guchar *) g_strndup (cur->name->stryng->str, in cr_attr_sel_to_string() 146 guchar *value = NULL; in cr_attr_sel_to_string() 148 value = (guchar *) g_strndup (cur->value->stryng->str, in cr_attr_sel_to_string() 181 result = (guchar *) str_buf->str; in cr_attr_sel_to_string() 199 guchar *tmp_str = NULL; in cr_attr_sel_dump()
|
D | cr-tknzr.h | 67 CRTknzr * cr_tknzr_new_from_uri (const guchar *a_file_uri, 70 CRTknzr * cr_tknzr_new_from_buf (guchar *a_buf, gulong a_len, 78 enum CRStatus cr_tknzr_read_byte (CRTknzr *a_this, guchar *a_byte) ; 85 guchar *a_byte) ; 87 guchar cr_tknzr_peek_byte2 (CRTknzr *a_this, gulong a_offset, 103 enum CRStatus cr_tknzr_get_cur_byte_addr (CRTknzr *a_this, guchar **a_addr) ;
|
/third_party/libsoup/libsoup/ |
D | soup-content-sniffer.c | 81 const guchar *mask; 82 const guchar *pattern; 93 const guchar *resource = (const guchar *)buffer->data; in sniff_media() 123 { (const guchar *)"\xFF\xFF\xFF\xFF", 124 (const guchar *)"\x00\x00\x01\x00", 129 { (const guchar *)"\xFF\xFF\xFF\xFF", 130 (const guchar *)"\x00\x00\x02\x00", 135 { (const guchar *)"\xFF\xFF", 136 (const guchar *)"BM", 141 { (const guchar *)"\xFF\xFF\xFF\xFF\xFF\xFF", [all …]
|
D | soup-auth-digest.c | 240 g_checksum_update (checksum, (guchar *)username, strlen (username)); in soup_auth_digest_compute_hex_urp() 241 g_checksum_update (checksum, (guchar *)":", 1); in soup_auth_digest_compute_hex_urp() 242 g_checksum_update (checksum, (guchar *)realm, strlen (realm)); in soup_auth_digest_compute_hex_urp() 243 g_checksum_update (checksum, (guchar *)":", 1); in soup_auth_digest_compute_hex_urp() 244 g_checksum_update (checksum, (guchar *)password, strlen (password)); in soup_auth_digest_compute_hex_urp() 270 g_checksum_update (checksum, (guchar *)hex_urp, strlen (hex_urp)); in soup_auth_digest_compute_hex_a1() 271 g_checksum_update (checksum, (guchar *)":", 1); in soup_auth_digest_compute_hex_a1() 272 g_checksum_update (checksum, (guchar *)nonce, strlen (nonce)); in soup_auth_digest_compute_hex_a1() 273 g_checksum_update (checksum, (guchar *)":", 1); in soup_auth_digest_compute_hex_a1() 274 g_checksum_update (checksum, (guchar *)cnonce, strlen (cnonce)); in soup_auth_digest_compute_hex_a1() [all …]
|
D | soup-auth-ntlm.c | 24 guchar hash[21]); 26 guchar hash[21]); 37 guchar nt_hash[21], 38 guchar lm_hash[21], 74 guchar nt_hash[21], lm_hash[21]; 606 static void setup_schedule (const guchar *key_56, DES_KS ks); 608 static void calc_response (const guchar *key, 609 const guchar *plaintext, 610 guchar *results); 617 soup_ntlm_lanmanager_hash (const char *password, guchar hash[21]) in soup_ntlm_lanmanager_hash() [all …]
|
/third_party/glib/glib/ |
D | gbase64.c | 93 g_base64_encode_step (const guchar *in, in g_base64_encode_step() 101 const guchar *inptr; in g_base64_encode_step() 116 const guchar *inend = in+len-2; in g_base64_encode_step() 261 g_base64_encode (const guchar *data, in g_base64_encode() 326 guchar *out, in g_base64_decode_step() 330 const guchar *inptr; in g_base64_decode_step() 331 guchar *outptr; in g_base64_decode_step() 332 const guchar *inend; in g_base64_decode_step() 333 guchar c, rank; in g_base64_decode_step() 334 guchar last[2]; in g_base64_decode_step() [all …]
|
D | gbase64.h | 31 gsize g_base64_encode_step (const guchar *in, 43 gchar* g_base64_encode (const guchar *data, 48 guchar *out, 52 guchar *g_base64_decode (const gchar *text, 55 guchar *g_base64_decode_inplace (gchar *text,
|
D | ghmac.h | 44 const guchar *key, 54 const guchar *data, 65 const guchar *key, 67 const guchar *data, 71 const guchar *key,
|
D | gutf8.c | 579 gunichar wc = (guchar) *p; in g_utf8_get_char_extended() 630 if ((((guchar *)p)[i] & 0xc0) != 0x80) in g_utf8_get_char_extended() 638 gunichar ch = ((guchar *)p)[i]; in g_utf8_get_char_extended() 702 #define CONT_BYTE_FAST(p) ((guchar)*p++ & 0x3f) 756 guchar first = (guchar)*p++; in g_utf8_to_ucs4_fast() 1486 if (G_UNLIKELY((*(guchar *)p & (mask)) != (expect))) \ 1500 if (*(guchar *)p < 128) in fast_validate() 1507 if (*(guchar *)p < 0xe0) /* 110xxxxx */ in fast_validate() 1509 if (G_UNLIKELY (*(guchar *)p < 0xc2)) in fast_validate() 1514 if (*(guchar *)p < 0xf0) /* 1110xxxx */ in fast_validate() [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/kate/ |
D | gstkatetiger.h | 85 guchar default_font_r; 86 guchar default_font_g; 87 guchar default_font_b; 88 guchar default_font_a; 89 guchar default_background_r; 90 guchar default_background_g; 91 guchar default_background_b; 92 guchar default_background_a;
|
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/ |
D | gstrfuncs.in.h | 66 ((g_ascii_table[(guchar) (c)] & G_ASCII_ALNUM) != 0) 69 ((g_ascii_table[(guchar) (c)] & G_ASCII_ALPHA) != 0) 72 ((g_ascii_table[(guchar) (c)] & G_ASCII_CNTRL) != 0) 75 ((g_ascii_table[(guchar) (c)] & G_ASCII_DIGIT) != 0) 78 ((g_ascii_table[(guchar) (c)] & G_ASCII_GRAPH) != 0) 81 ((g_ascii_table[(guchar) (c)] & G_ASCII_LOWER) != 0) 84 ((g_ascii_table[(guchar) (c)] & G_ASCII_PRINT) != 0) 87 ((g_ascii_table[(guchar) (c)] & G_ASCII_PUNCT) != 0) 90 ((g_ascii_table[(guchar) (c)] & G_ASCII_SPACE) != 0) 93 ((g_ascii_table[(guchar) (c)] & G_ASCII_UPPER) != 0) [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/ |
D | gstrtspdefs.c | 550 g_checksum_update (md5_context, (const guchar *) username, strlen (username)); in auth_digest_compute_a1_md5() 551 g_checksum_update (md5_context, (const guchar *) ":", 1); in auth_digest_compute_a1_md5() 552 g_checksum_update (md5_context, (const guchar *) realm, strlen (realm)); in auth_digest_compute_a1_md5() 553 g_checksum_update (md5_context, (const guchar *) ":", 1); in auth_digest_compute_a1_md5() 554 g_checksum_update (md5_context, (const guchar *) password, strlen (password)); in auth_digest_compute_a1_md5() 580 g_checksum_update (md5_context, (const guchar *) method, strlen (method)); in auth_digest_compute_response_md5() 581 g_checksum_update (md5_context, (const guchar *) ":", 1); in auth_digest_compute_response_md5() 582 g_checksum_update (md5_context, (const guchar *) uri, strlen (uri)); in auth_digest_compute_response_md5() 589 g_checksum_update (md5_context, (const guchar *) hex_a1, strlen (hex_a1)); in auth_digest_compute_response_md5() 590 g_checksum_update (md5_context, (const guchar *) ":", 1); in auth_digest_compute_response_md5() [all …]
|
/third_party/glib/glib/tests/ |
D | base64.c | 8 static guchar data[DATA_SIZE]; 19 guchar *data2; in test_incremental() 87 guchar *data2; in test_full() 102 guchar data[DATA_SIZE]; 296 guchar *data2; in decode_and_compare() 309 guchar *data2; in decode_inplace_and_compare() 381 guchar *decoded; in test_base64_decode_smallblock() 383 guchar *decoded_atonce; in test_base64_decode_smallblock() 423 encoded = g_base64_encode ((const guchar *) "", 0); in test_base64_encode_empty() 435 guchar *decoded = NULL; in test_base64_decode_empty() [all …]
|
D | hmac.c | 420 hmac = g_hmac_new (G_CHECKSUM_SHA1, (guchar*)"aaa", 3); in test_hmac_ref_unref() 432 hmac = g_hmac_new (G_CHECKSUM_SHA256, (guchar*)"aaa", 3); in test_hmac_copy() 447 (guchar*)"aaa", 3, in test_hmac_for_data() 448 (guchar*)"bcdef", 5); in test_hmac_for_data() 450 hmac = g_hmac_new (G_CHECKSUM_SHA1, (guchar*)"aaa", 3); in test_hmac_for_data() 451 g_hmac_update (hmac, (guchar*)"bcdef", 5); in test_hmac_for_data() 464 (guchar*)"aaa", 3, in test_hmac_for_string() 467 hmac = g_hmac_new (G_CHECKSUM_SHA1, (guchar*)"aaa", 3); in test_hmac_for_string() 468 g_hmac_update (hmac, (guchar*)"bcdef", 5); in test_hmac_for_string() 486 hmac = g_hmac_new (G_CHECKSUM_SHA1, (guchar*)"aaa", 3); in test_hmac_for_bytes() [all …]
|
/third_party/gstreamer/gstplugins_good/gst/flx/ |
D | flx_fmt.h | 86 guchar reserved2[24]; 89 guchar reserved3[40]; 103 guchar reserved[8]; 115 guchar reserved[6]; 122 guchar reserved[6];
|