Home | History | Annotate | Download | only in libxml2

Lines Matching full:case

417  * Returns the new regexp or NULL in case of error
671 * Returns the new context or NULL in case of error
701 * Returns the new range or NULL in case of error
742 * Returns the new copy or NULL in case of error.
773 * Returns the new atom or NULL in case of error
825 * Returns the new atom or NULL in case of error
935 case XML_REGEXP_EPSILON:
937 case XML_REGEXP_CHARVAL:
939 case XML_REGEXP_RANGES:
941 case XML_REGEXP_SUBREG:
943 case XML_REGEXP_STRING:
945 case XML_REGEXP_ANYCHAR:
947 case XML_REGEXP_ANYSPACE:
949 case XML_REGEXP_NOTSPACE:
951 case XML_REGEXP_INITNAME:
953 case XML_REGEXP_NOTINITNAME:
955 case XML_REGEXP_NAMECHAR:
957 case XML_REGEXP_NOTNAMECHAR:
959 case XML_REGEXP_DECIMAL:
961 case XML_REGEXP_NOTDECIMAL:
963 case XML_REGEXP_REALCHAR:
965 case XML_REGEXP_NOTREALCHAR:
967 case XML_REGEXP_LETTER:
969 case XML_REGEXP_LETTER_UPPERCASE:
971 case XML_REGEXP_LETTER_LOWERCASE:
973 case XML_REGEXP_LETTER_TITLECASE:
975 case XML_REGEXP_LETTER_MODIFIER:
977 case XML_REGEXP_LETTER_OTHERS:
979 case XML_REGEXP_MARK:
981 case XML_REGEXP_MARK_NONSPACING:
983 case XML_REGEXP_MARK_SPACECOMBINING:
985 case XML_REGEXP_MARK_ENCLOSING:
987 case XML_REGEXP_NUMBER:
989 case XML_REGEXP_NUMBER_DECIMAL:
991 case XML_REGEXP_NUMBER_LETTER:
993 case XML_REGEXP_NUMBER_OTHERS:
995 case XML_REGEXP_PUNCT:
997 case XML_REGEXP_PUNCT_CONNECTOR:
999 case XML_REGEXP_PUNCT_DASH:
1001 case XML_REGEXP_PUNCT_OPEN:
1003 case XML_REGEXP_PUNCT_CLOSE:
1005 case XML_REGEXP_PUNCT_INITQUOTE:
1007 case XML_REGEXP_PUNCT_FINQUOTE:
1009 case XML_REGEXP_PUNCT_OTHERS:
1011 case XML_REGEXP_SEPAR:
1013 case XML_REGEXP_SEPAR_SPACE:
1015 case XML_REGEXP_SEPAR_LINE:
1017 case XML_REGEXP_SEPAR_PARA:
1019 case XML_REGEXP_SYMBOL:
1021 case XML_REGEXP_SYMBOL_MATH:
1023 case XML_REGEXP_SYMBOL_CURRENCY:
1025 case XML_REGEXP_SYMBOL_MODIFIER:
1027 case XML_REGEXP_SYMBOL_OTHERS:
1029 case XML_REGEXP_OTHER:
1031 case XML_REGEXP_OTHER_CONTROL:
1033 case XML_REGEXP_OTHER_FORMAT:
1035 case XML_REGEXP_OTHER_PRIVATE:
1037 case XML_REGEXP_OTHER_NA:
1039 case XML_REGEXP_BLOCK_NAME:
1047 case XML_REGEXP_QUANT_EPSILON:
1049 case XML_REGEXP_QUANT_ONCE:
1051 case XML_REGEXP_QUANT_OPT:
1053 case XML_REGEXP_QUANT_MULT:
1055 case XML_REGEXP_QUANT_PLUS:
1057 case XML_REGEXP_QUANT_RANGE:
1059 case XML_REGEXP_QUANT_ONCEONLY:
1061 case XML_REGEXP_QUANT_ALL:
1530 * Returns 0 if success and -1 in case of error.
1565 case XML_REGEXP_QUANT_OPT:
1575 case XML_REGEXP_QUANT_MULT:
1580 case XML_REGEXP_QUANT_PLUS:
1584 case XML_REGEXP_QUANT_RANGE: {
1613 case, I suppose this got optimized out before when
1720 case XML_REGEXP_QUANT_OPT:
1724 case XML_REGEXP_QUANT_MULT:
1729 case XML_REGEXP_QUANT_PLUS:
1733 case XML_REGEXP_QUANT_RANGE:
2155 case XML_REGEXP_LETTER:
2164 case XML_REGEXP_MARK:
2170 case XML_REGEXP_NUMBER:
2176 case XML_REGEXP_PUNCT:
2186 case XML_REGEXP_SEPAR:
2192 case XML_REGEXP_SYMBOL:
2199 case XML_REGEXP_OTHER:
2257 case XML_REGEXP_ANYSPACE: /* \s */
2272 case XML_REGEXP_NOTSPACE: /* \S */
2274 case XML_REGEXP_INITNAME: /* \l */
2291 case XML_REGEXP_NOTINITNAME: /* \L */
2293 case XML_REGEXP_NAMECHAR: /* \c */
2308 case XML_REGEXP_NOTNAMECHAR: /* \C */
2310 case XML_REGEXP_DECIMAL: /* \d */
2328 case XML_REGEXP_NOTDECIMAL: /* \D */
2330 case XML_REGEXP_REALCHAR: /* \w */
2345 case XML_REGEXP_NOTREALCHAR: /* \W */
2352 case XML_REGEXP_LETTER:
2356 case XML_REGEXP_LETTER_UPPERCASE:
2357 case XML_REGEXP_LETTER_LOWERCASE:
2358 case XML_REGEXP_LETTER_TITLECASE:
2359 case XML_REGEXP_LETTER_MODIFIER:
2360 case XML_REGEXP_LETTER_OTHERS:
2362 case XML_REGEXP_MARK:
2366 case XML_REGEXP_MARK_NONSPACING:
2367 case XML_REGEXP_MARK_SPACECOMBINING:
2368 case XML_REGEXP_MARK_ENCLOSING:
2370 case XML_REGEXP_NUMBER:
2374 case XML_REGEXP_NUMBER_DECIMAL:
2375 case XML_REGEXP_NUMBER_LETTER:
2376 case XML_REGEXP_NUMBER_OTHERS:
2378 case XML_REGEXP_PUNCT:
2382 case XML_REGEXP_PUNCT_CONNECTOR:
2383 case XML_REGEXP_PUNCT_DASH:
2384 case XML_REGEXP_PUNCT_OPEN:
2385 case XML_REGEXP_PUNCT_CLOSE:
2386 case XML_REGEXP_PUNCT_INITQUOTE:
2387 case XML_REGEXP_PUNCT_FINQUOTE:
2388 case XML_REGEXP_PUNCT_OTHERS:
2390 case XML_REGEXP_SEPAR:
2394 case XML_REGEXP_SEPAR_SPACE:
2395 case XML_REGEXP_SEPAR_LINE:
2396 case XML_REGEXP_SEPAR_PARA:
2398 case XML_REGEXP_SYMBOL:
2402 case XML_REGEXP_SYMBOL_MATH:
2403 case XML_REGEXP_SYMBOL_CURRENCY:
2404 case XML_REGEXP_SYMBOL_MODIFIER:
2405 case XML_REGEXP_SYMBOL_OTHERS:
2407 case XML_REGEXP_OTHER:
2411 case XML_REGEXP_OTHER_CONTROL:
2412 case XML_REGEXP_OTHER_FORMAT:
2413 case XML_REGEXP_OTHER_PRIVATE:
2414 case XML_REGEXP_OTHER_NA:
2444 case XML_REGEXP_EPSILON:
2447 case XML_REGEXP_STRING:
2451 case XML_REGEXP_CHARVAL:
2454 case XML_REGEXP_RANGES:
2455 /* too hard to do in the general case */
2499 case XML_REGEXP_STRING:
2503 case XML_REGEXP_EPSILON:
2505 case XML_REGEXP_CHARVAL:
2514 case XML_REGEXP_RANGES:
2634 * Determinism checks in case of counted or all transitions
2671 * Determinism checks in case of counted or all transitions
2694 * do the closure in case of remaining specific
2748 case XML_REGEXP_STRING:
2749 case XML_REGEXP_SUBREG:
2750 case XML_REGEXP_RANGES:
2751 case XML_REGEXP_EPSILON:
2753 case XML_REGEXP_ANYCHAR:
2756 case XML_REGEXP_CHARVAL:
2759 case XML_REGEXP_NOTSPACE:
2761 case XML_REGEXP_ANYSPACE:
2765 case XML_REGEXP_NOTINITNAME:
2767 case XML_REGEXP_INITNAME:
2771 case XML_REGEXP_NOTNAMECHAR:
2773 case XML_REGEXP_NAMECHAR:
2779 case XML_REGEXP_NOTDECIMAL:
2781 case XML_REGEXP_DECIMAL:
2784 case XML_REGEXP_REALCHAR:
2786 case XML_REGEXP_NOTREALCHAR:
2793 case XML_REGEXP_LETTER:
2796 case XML_REGEXP_LETTER_UPPERCASE:
2799 case XML_REGEXP_LETTER_LOWERCASE:
2802 case XML_REGEXP_LETTER_TITLECASE:
2805 case XML_REGEXP_LETTER_MODIFIER:
2808 case XML_REGEXP_LETTER_OTHERS:
2811 case XML_REGEXP_MARK:
2814 case XML_REGEXP_MARK_NONSPACING:
2817 case XML_REGEXP_MARK_SPACECOMBINING:
2820 case XML_REGEXP_MARK_ENCLOSING:
2823 case XML_REGEXP_NUMBER:
2826 case XML_REGEXP_NUMBER_DECIMAL:
2829 case XML_REGEXP_NUMBER_LETTER:
2832 case XML_REGEXP_NUMBER_OTHERS:
2835 case XML_REGEXP_PUNCT:
2838 case XML_REGEXP_PUNCT_CONNECTOR:
2841 case XML_REGEXP_PUNCT_DASH:
2844 case XML_REGEXP_PUNCT_OPEN:
2847 case XML_REGEXP_PUNCT_CLOSE:
2850 case XML_REGEXP_PUNCT_INITQUOTE:
2853 case XML_REGEXP_PUNCT_FINQUOTE:
2856 case XML_REGEXP_PUNCT_OTHERS:
2859 case XML_REGEXP_SEPAR:
2862 case XML_REGEXP_SEPAR_SPACE:
2865 case XML_REGEXP_SEPAR_LINE:
2868 case XML_REGEXP_SEPAR_PARA:
2871 case XML_REGEXP_SYMBOL:
2874 case XML_REGEXP_SYMBOL_MATH:
2877 case XML_REGEXP_SYMBOL_CURRENCY:
2880 case XML_REGEXP_SYMBOL_MODIFIER:
2883 case XML_REGEXP_SYMBOL_OTHERS:
2886 case XML_REGEXP_OTHER:
2889 case XML_REGEXP_OTHER_CONTROL:
2892 case XML_REGEXP_OTHER_FORMAT:
2895 case XML_REGEXP_OTHER_PRIVATE:
2898 case XML_REGEXP_OTHER_NA:
2903 case XML_REGEXP_BLOCK_NAME:
2921 case XML_REGEXP_SUBREG:
2922 case XML_REGEXP_EPSILON:
2924 case XML_REGEXP_CHARVAL:
2926 case XML_REGEXP_RANGES: {
2955 case XML_REGEXP_STRING:
2958 case XML_REGEXP_ANYCHAR:
2959 case XML_REGEXP_ANYSPACE:
2960 case XML_REGEXP_NOTSPACE:
2961 case XML_REGEXP_INITNAME:
2962 case XML_REGEXP_NOTINITNAME:
2963 case XML_REGEXP_NAMECHAR:
2964 case XML_REGEXP_NOTNAMECHAR:
2965 case XML_REGEXP_DECIMAL:
2966 case XML_REGEXP_NOTDECIMAL:
2967 case XML_REGEXP_REALCHAR:
2968 case XML_REGEXP_NOTREALCHAR:
2969 case XML_REGEXP_LETTER:
2970 case XML_REGEXP_LETTER_UPPERCASE:
2971 case XML_REGEXP_LETTER_LOWERCASE:
2972 case XML_REGEXP_LETTER_TITLECASE:
2973 case XML_REGEXP_LETTER_MODIFIER:
2974 case XML_REGEXP_LETTER_OTHERS:
2975 case XML_REGEXP_MARK:
2976 case XML_REGEXP_MARK_NONSPACING:
2977 case XML_REGEXP_MARK_SPACECOMBINING:
2978 case XML_REGEXP_MARK_ENCLOSING:
2979 case XML_REGEXP_NUMBER:
2980 case XML_REGEXP_NUMBER_DECIMAL:
2981 case XML_REGEXP_NUMBER_LETTER:
2982 case XML_REGEXP_NUMBER_OTHERS:
2983 case XML_REGEXP_PUNCT:
2984 case XML_REGEXP_PUNCT_CONNECTOR:
2985 case XML_REGEXP_PUNCT_DASH:
2986 case XML_REGEXP_PUNCT_OPEN:
2987 case XML_REGEXP_PUNCT_CLOSE:
2988 case XML_REGEXP_PUNCT_INITQUOTE:
2989 case XML_REGEXP_PUNCT_FINQUOTE:
2990 case XML_REGEXP_PUNCT_OTHERS:
2991 case XML_REGEXP_SEPAR:
2992 case XML_REGEXP_SEPAR_SPACE:
2993 case XML_REGEXP_SEPAR_LINE:
2994 case XML_REGEXP_SEPAR_PARA:
2995 case XML_REGEXP_SYMBOL:
2996 case XML_REGEXP_SYMBOL_MATH:
2997 case XML_REGEXP_SYMBOL_CURRENCY:
2998 case XML_REGEXP_SYMBOL_MODIFIER:
2999 case XML_REGEXP_SYMBOL_OTHERS:
3000 case XML_REGEXP_OTHER:
3001 case XML_REGEXP_OTHER_CONTROL:
3002 case XML_REGEXP_OTHER_FORMAT:
3003 case XML_REGEXP_OTHER_PRIVATE:
3004 case XML_REGEXP_OTHER_NA:
3005 case XML_REGEXP_BLOCK_NAME:
3173 * on counters, in that case don't break too early. Additionally,
3238 * maximum limit in which case get to next transition
3480 * the second half is used to store the data in case of rollback
3636 * a negative value in case of error.
3719 * a negative value in case of error.
3770 * on counters, in that case don't break too early.
4078 * a negative value in case of error.
4096 * a negative value in case of error.
4154 * Returns: 0 in case of success or -1 in case of error.
4317 * Returns: 0 in case of success or -1 in case of error.
4342 * Returns: 0 in case of success or -1 in case of error.
4389 * on counters, in that case don't break too early.
4842 case 'n':
4845 case 'r':
4848 case 't':
4866 case 's':
4869 case 'S':
4872 case 'i':
4875 case 'I':
4878 case 'c':
4881 case 'C':
4884 case 'd':
4887 case 'D':
4890 case 'w':
4893 case 'W':
4935 case 'n': start = 0xA; break;
4936 case 'r': start = 0xD; break;
4937 case 't': start = 0x9; break;
4938 case '\\': case '|': case '.': case '-': case '^': case '?':
4939 case '*': case '+': case '{': case '}': case '(': case ')':
4940 case '[': case ']':
4975 case 'n': end = 0xA; break;
4976 case 'r': end = 0xD; break;
4977 case 't': end = 0x9; break;
4978 case '\\': case '|': case '.': case '-': case '^': case '?':
4979 case '*': case '+': case '{': case '}': case '(': case ')':
4980 case '[': case ']':
5094 * Returns 0 if success or -1 in case of error
5384 * Returns the compiled expression or NULL in case of error
5433 * Returns 1 if it matches, 0 if not and a negative value in case of error
5448 * Returns 1 if it yes, 0 if not and a negative value in case of error
5531 * Returns the new object or NULL in case of failure
5593 * Returns 0 or -1 in case of error
5615 * Returns the target state or NULL in case of error
5655 * Returns the target state or NULL in case of error
5715 * Returns the target state or NULL in case of error
5782 * Returns the target state or NULL in case of error
5869 * Returns the target state or NULL in case of error
5937 * Returns the target state or NULL in case of error
6017 * Returns the target state or NULL in case of error
6064 * Returns the new state or NULL in case of error
6087 * Returns the target state or NULL in case of error
6112 * Returns the target state or NULL in case of error
6133 * Returns the counter number or -1 in case of error
6161 * Returns the target state or NULL in case of error
6185 * Returns the target state or NULL in case of error
6205 * Returns the compiled regexp or NULL in case of error
6225 * Returns 1 if true, 0 if not, and -1 in case of error
6270 * Returns the context or NULL in case of error
6421 case XML_EXP_SEQ:
6427 case XML_EXP_OR:
6433 case XML_EXP_COUNT:
6470 * Returns the pointer or NULL in case of error
6762 * Returns the node or NULL in case of error
6783 * this is true even in case of failure (unless ctxt == NULL).
6785 * Returns the node or NULL in case of error
6808 * this is true even in case of failure (unless ctxt == NULL).
6810 * Returns the node or NULL in case of error
6834 * this is true even in case of failure (unless ctxt == NULL).
6836 * Returns the node or NULL in case of error
6863 case XML_EXP_EMPTY:
6865 case XML_EXP_ATOM:
6873 case XML_EXP_COUNT:
6876 case XML_EXP_SEQ:
6877 case XML_EXP_OR:
6899 * Returns the number of unique strings found, -1 in case of errors and
6916 case XML_EXP_FORBID:
6918 case XML_EXP_EMPTY:
6920 case XML_EXP_ATOM:
6928 case XML_EXP_COUNT:
6931 case XML_EXP_SEQ:
6943 case XML_EXP_OR:
6967 * Returns the number of unique strings found, -1 in case of errors and
6984 * Returns 1 if nillable, 0 if not and -1 in case of error
6999 case XML_EXP_EMPTY:
7001 case XML_EXP_FORBID:
7003 case XML_EXP_ATOM:
7017 case XML_EXP_OR: {
7036 case XML_EXP_SEQ:
7059 case XML_EXP_COUNT: {
7113 * Returns the resulting expression or NULL in case of internal error
7165 * and -1 in case of internel error.
7227 * Returns the resulting expression or NULL in case of internal error
7236 * In case of equality and if the expression can only consume a finite
7291 case XML_EXP_EMPTY:
7298 case XML_EXP_FORBID:
7303 case XML_EXP_ATOM:
7336 case XML_EXP_SEQ:
7407 case XML_EXP_OR:
7420 case XML_EXP_COUNT: {
7680 * Returns the resulting expression or NULL in case of internal error, the
7715 * Returns 1 if true 0 if false and -1 in case of failure.
7928 * Returns a new expression or NULL in case of failure
7953 case XML_EXP_EMPTY:
7956 case XML_EXP_FORBID:
7959 case XML_EXP_ATOM:
7962 case XML_EXP_SEQ:
7975 case XML_EXP_OR:
7988 case XML_EXP_COUNT: {
8042 * Returns the maximum length or -1 in case of error
8057 * Returns the number of nodes in use or -1 in case of error
8072 * Returns the number of nodes ever allocated or -1 in case of error