Searched refs:token1 (Results 1 - 5 of 5) sorted by relevance

/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
317 if (is >> token1) {
324 if (token1 == "exit" || token1 == "quit")
344 const char *symbol = token1.c_str();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-parser.c1171 CRToken *token1 = NULL, local
1180 status = cr_tknzr_get_next_token (PRIVATE (a_this)->tknzr, &token1);
1182 ENSURE_PARSING_COND (status == CR_OK && token1);
1184 switch (token1->type) {
1286 if (token1) {
1287 cr_token_destroy (token1);
1288 token1 = NULL;
1300 if (token1) {
1301 cr_token_destroy (token1);
1302 token1
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-parser.c1171 CRToken *token1 = NULL, local
1180 status = cr_tknzr_get_next_token (PRIVATE (a_this)->tknzr, &token1);
1182 ENSURE_PARSING_COND (status == CR_OK && token1);
1184 switch (token1->type) {
1286 if (token1) {
1287 cr_token_destroy (token1);
1288 token1 = NULL;
1300 if (token1) {
1301 cr_token_destroy (token1);
1302 token1
[all...]
/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
472 __be32 *a1 = token1;

Completed in 62 milliseconds