Searched refs:token2 (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlautomata.in.h66 const xmlChar *token2,
73 const xmlChar *token2,
89 const xmlChar *token2,
106 const xmlChar *token2,
H A Dxmlregexp.c5523 * @token2: the second input string associated to that transition
5535 const xmlChar *token2, void *data) {
5544 if ((token2 == NULL) || (*token2 == 0)) {
5550 lenn = strlen((char *) token2);
5560 memcpy(&str[lenp + 1], token2, lenn);
5581 * @token2: the second input string associated to that transition
5586 * activated by any value except (@token,@token2)
5587 * Note that if @token2 is not NULL, then (X, NULL) won't match to follow
5595 const xmlChar *token2, voi
5533 xmlAutomataNewTransition2(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, const xmlChar *token2, void *data) argument
5593 xmlAutomataNewNegTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, const xmlChar *token2, void *data) argument
5660 xmlAutomataNewCountTrans2(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, const xmlChar *token2, int min, int max, void *data) argument
5815 xmlAutomataNewOnceTrans2(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, const xmlChar *token2, int min, int max, void *data) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxmlautomata.h66 const xmlChar *token2,
73 const xmlChar *token2,
89 const xmlChar *token2,
106 const xmlChar *token2,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlautomata.in.h66 const xmlChar *token2,
73 const xmlChar *token2,
89 const xmlChar *token2,
106 const xmlChar *token2,
H A Dxmlregexp.c5523 * @token2: the second input string associated to that transition
5535 const xmlChar *token2, void *data) {
5544 if ((token2 == NULL) || (*token2 == 0)) {
5550 lenn = strlen((char *) token2);
5560 memcpy(&str[lenp + 1], token2, lenn);
5581 * @token2: the second input string associated to that transition
5586 * activated by any value except (@token,@token2)
5587 * Note that if @token2 is not NULL, then (X, NULL) won't match to follow
5595 const xmlChar *token2, voi
5533 xmlAutomataNewTransition2(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, const xmlChar *token2, void *data) argument
5593 xmlAutomataNewNegTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, const xmlChar *token2, void *data) argument
5660 xmlAutomataNewCountTrans2(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, const xmlChar *token2, int min, int max, void *data) argument
5815 xmlAutomataNewOnceTrans2(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, const xmlChar *token2, int min, int max, void *data) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-parser.c1172 *token2 = NULL; local
1221 &token2);
1223 && token2 && token2->type == PC_TK);
1227 &token2);
1228 ENSURE_PARSING_COND (status == CR_OK && token2);
1230 if (token2->type == PC_TK) {
1231 cr_token_destroy (token2);
1232 token2 = NULL;
1236 (PRIVATE (a_this)->tknzr, token2);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-parser.c1172 *token2 = NULL; local
1221 &token2);
1223 && token2 && token2->type == PC_TK);
1227 &token2);
1228 ENSURE_PARSING_COND (status == CR_OK && token2);
1230 if (token2->type == PC_TK) {
1231 cr_token_destroy (token2);
1232 token2 = NULL;
1236 (PRIVATE (a_this)->tknzr, token2);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-java.c1132 token_ty token2; local
1134 phase5_get (&token2);
1135 if (token2.type == token_type_plus)
1156 free_token (&token2);
1163 phase5_unget (&token2);
1268 token_ty token2; local
1270 x_java_lex (&token2);
1271 if (token2.type == token_type_dot)
1288 free_token (&token2);
1293 x_java_unlex (&token2);
[all...]
H A Dx-csharp.c1780 token_ty token2; local
1782 phase6_get (&token2);
1783 if (token2.type == token_type_plus)
1804 free_token (&token2);
1811 phase6_unget (&token2);
1915 token_ty token2; local
1917 x_csharp_lex (&token2);
1918 if (token2.type == token_type_dot)
1935 free_token (&token2);
1940 x_csharp_unlex (&token2);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/excxx_repquote/
H A DRepQuoteExample.cpp312 string token1, token2; local
319 if (is >> token2)
347 const char *price = token2.c_str();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dipv6.h383 static inline int __ipv6_addr_diff(const void *token1, const void *token2, int addrlen) argument
385 const __be32 *a1 = token1, *a2 = token2;
H A Dxfrm.h470 static __inline__ int addr_match(void *token1, void *token2, int prefixlen) argument
473 __be32 *a2 = token2;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlregexp.c5648 * @token2: the second input string associated to that transition
5660 const xmlChar *token2, void *data) {
5669 if ((token2 == NULL) || (*token2 == 0)) {
5675 lenn = strlen((char *) token2);
5685 memcpy(&str[lenp + 1], token2, lenn);
5706 * @token2: the second input string associated to that transition
5711 * activated by any value except (@token,@token2)
5712 * Note that if @token2 is not NULL, then (X, NULL) won't match to follow
5720 const xmlChar *token2, voi
5658 xmlAutomataNewTransition2(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, const xmlChar *token2, void *data) argument
5718 xmlAutomataNewNegTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, const xmlChar *token2, void *data) argument
5785 xmlAutomataNewCountTrans2(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, const xmlChar *token2, int min, int max, void *data) argument
5940 xmlAutomataNewOnceTrans2(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, const xmlChar *token2, int min, int max, void *data) argument
[all...]

Completed in 192 milliseconds