Searched refs:next_char (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A DJSON_parser.h127 JSON_PARSER_DLL_API extern int JSON_parser_char(JSON_parser jc, int next_char);
H A DJSON_parser.c599 static int add_escaped_char_to_parse_buffer(JSON_parser jc, int next_char) argument
604 switch(next_char) {
640 #define add_char_to_parse_buffer(jc, next_char, next_class) \
643 if (!add_escaped_char_to_parse_buffer(jc, next_char)) \
647 parse_buffer_push_back_char(jc, (char)next_char); \
661 JSON_parser_char(JSON_parser jc, int next_char) argument
674 if (next_char < 0) {
677 if (next_char >= 128) {
680 next_class = ascii_class[next_char];
686 add_char_to_parse_buffer(jc, next_char, next_clas
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-tknzr.c436 guint32 cur_char = 0, next_char= 0; local
467 PEEK_NEXT_CHAR (a_this, &next_char);
469 if (next_char == '/') {
816 next_char = 0; local
824 PEEK_NEXT_CHAR (a_this, &next_char);
826 if (next_char == '\\') {
833 } else if (cr_utils_is_nonascii (next_char) == TRUE
834 || ((next_char >= 'a') && (next_char <= 'z'))
835 || ((next_char >
880 next_char = 0; local
1176 guint32 next_char = 0; local
1191 guint32 next_char = 0; local
1493 next_char = 0, local
1962 guint32 next_char = 0; local
[all...]
H A Dcr-parser.c1951 guint32 next_char = 0; local
1956 PEEK_NEXT_CHAR (a_this, &next_char);
1958 if (next_char == '+') {
1962 } else if (next_char == '>') {
2011 next_char = 0; local
2037 &next_char);
2047 if (next_char == ',') {
2052 &next_char);
2062 if (next_char != ',')
3333 next_char local
3549 next_char = 0; local
3707 guint32 next_char = 0, local
4222 guint32 next_char = 0, local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-tknzr.c436 guint32 cur_char = 0, next_char= 0; local
467 PEEK_NEXT_CHAR (a_this, &next_char);
469 if (next_char == '/') {
816 next_char = 0; local
824 PEEK_NEXT_CHAR (a_this, &next_char);
826 if (next_char == '\\') {
833 } else if (cr_utils_is_nonascii (next_char) == TRUE
834 || ((next_char >= 'a') && (next_char <= 'z'))
835 || ((next_char >
880 next_char = 0; local
1176 guint32 next_char = 0; local
1191 guint32 next_char = 0; local
1493 next_char = 0, local
1962 guint32 next_char = 0; local
[all...]
H A Dcr-parser.c1951 guint32 next_char = 0; local
1956 PEEK_NEXT_CHAR (a_this, &next_char);
1958 if (next_char == '+') {
1962 } else if (next_char == '>') {
2011 next_char = 0; local
2037 &next_char);
2047 if (next_char == ',') {
2052 &next_char);
2062 if (next_char != ',')
3333 next_char local
3549 next_char = 0; local
3707 guint32 next_char = 0, local
4222 guint32 next_char = 0, local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/tagutils/
H A Dtextutils.c85 char next_char = str[prefs.ignoredwords[i].n];
86 if (isalnum(next_char))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dpolicy.c1280 char next_char; local
1286 next_char = data[strlen (rule->d.own.service_name)];
1287 if (next_char != '\0' && next_char != '.')
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dpmac_zilog.c277 goto next_char;
286 goto next_char;
292 goto next_char;
304 goto next_char;
327 next_char:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dcmpt.c1164 goto next_char;
1209 next_char:
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dlineedit.c90 * and remove terminal margin effect by printing 'next_char' */
91 static void cmdedit_set_out_char(int next_char) argument
120 putchar(next_char);

Completed in 169 milliseconds