Searched refs:nilNode (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A DRSPParser.c624 root_0 = (pANTLR3_BASE_TREE)(ADAPTOR->nilNode(ADAPTOR));
710 root_0 = (pANTLR3_BASE_TREE)(ADAPTOR->nilNode(ADAPTOR));
844 root_0 = (pANTLR3_BASE_TREE)(ADAPTOR->nilNode(ADAPTOR));
1198 root_0 = (pANTLR3_BASE_TREE)(ADAPTOR->nilNode(ADAPTOR));
1216 root_0 = (pANTLR3_BASE_TREE)(ADAPTOR->nilNode(ADAPTOR));
1234 root_0 = (pANTLR3_BASE_TREE)(ADAPTOR->nilNode(ADAPTOR));
1252 root_0 = (pANTLR3_BASE_TREE)(ADAPTOR->nilNode(ADAPTOR));
1462 root_0 = (pANTLR3_BASE_TREE)(ADAPTOR->nilNode(ADAPTOR));
1468 pANTLR3_BASE_TREE root_1 = (pANTLR3_BASE_TREE)(ADAPTOR->nilNode(ADAPTOR));
1537 root_0 = (pANTLR3_BASE_TREE)(ADAPTOR->nilNode(ADAPTO
[all...]
H A DDAAPParser.c497 root_0 = (pANTLR3_BASE_TREE)(ADAPTOR->nilNode(ADAPTOR));
583 root_0 = (pANTLR3_BASE_TREE)(ADAPTOR->nilNode(ADAPTOR));
717 root_0 = (pANTLR3_BASE_TREE)(ADAPTOR->nilNode(ADAPTOR));
934 root_0 = (pANTLR3_BASE_TREE)(ADAPTOR->nilNode(ADAPTOR));
952 root_0 = (pANTLR3_BASE_TREE)(ADAPTOR->nilNode(ADAPTOR));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/pregen/
H A DRSPParser.c624 root_0 = (pANTLR3_BASE_TREE)(ADAPTOR->nilNode(ADAPTOR));
710 root_0 = (pANTLR3_BASE_TREE)(ADAPTOR->nilNode(ADAPTOR));
844 root_0 = (pANTLR3_BASE_TREE)(ADAPTOR->nilNode(ADAPTOR));
1198 root_0 = (pANTLR3_BASE_TREE)(ADAPTOR->nilNode(ADAPTOR));
1216 root_0 = (pANTLR3_BASE_TREE)(ADAPTOR->nilNode(ADAPTOR));
1234 root_0 = (pANTLR3_BASE_TREE)(ADAPTOR->nilNode(ADAPTOR));
1252 root_0 = (pANTLR3_BASE_TREE)(ADAPTOR->nilNode(ADAPTOR));
1462 root_0 = (pANTLR3_BASE_TREE)(ADAPTOR->nilNode(ADAPTOR));
1468 pANTLR3_BASE_TREE root_1 = (pANTLR3_BASE_TREE)(ADAPTOR->nilNode(ADAPTOR));
1537 root_0 = (pANTLR3_BASE_TREE)(ADAPTOR->nilNode(ADAPTO
[all...]
H A DDAAPParser.c497 root_0 = (pANTLR3_BASE_TREE)(ADAPTOR->nilNode(ADAPTOR));
583 root_0 = (pANTLR3_BASE_TREE)(ADAPTOR->nilNode(ADAPTOR));
717 root_0 = (pANTLR3_BASE_TREE)(ADAPTOR->nilNode(ADAPTOR));
934 root_0 = (pANTLR3_BASE_TREE)(ADAPTOR->nilNode(ADAPTOR));
952 root_0 = (pANTLR3_BASE_TREE)(ADAPTOR->nilNode(ADAPTOR));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/include/
H A Dantlr3debugeventlistener.h328 void (*nilNode) (pANTLR3_DEBUG_EVENT_LISTENER delboy, pANTLR3_BASE_TREE t); member in struct:ANTLR3_DEBUG_EVENT_LISTENER_struct
H A Dantlr3basetreeadaptor.h73 void * (*nilNode) (struct ANTLR3_BASE_TREE_ADAPTOR_struct * adaptor); member in struct:ANTLR3_BASE_TREE_ADAPTOR_struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3basetreeadaptor.c44 static pANTLR3_BASE_TREE nilNode (pANTLR3_BASE_TREE_ADAPTOR adaptor);
86 adaptor->nilNode = (void * (*)(pANTLR3_BASE_TREE_ADAPTOR))
87 nilNode;
107 adaptor->nilNode = (void * (*)(pANTLR3_BASE_TREE_ADAPTOR))
441 nilNode (pANTLR3_BASE_TREE_ADAPTOR adaptor) function
659 // Reclaim the old nilNode()
708 // Keep track of the root we are given. If it is a nilNode, then we
H A Dantlr3commontree.c491 pANTLR3_STRING nilNode; local
493 nilNode = tree->strFactory->newPtr(tree->strFactory, (pANTLR3_UINT8)"nil", 3);
495 return nilNode;
H A Dantlr3commontreenodestream.c476 ANTLR3_BOOLEAN nilNode; local
480 nilNode = ctns->adaptor->isNilNode(ctns->adaptor, t);
485 if (nilNode == ANTLR3_FALSE)
495 if (nilNode == ANTLR3_FALSE && nCount>0)
512 if (nilNode == ANTLR3_FALSE && nCount > 0)
H A Dantlr3debughandlers.c80 static void nilNode (pANTLR3_DEBUG_EVENT_LISTENER delboy, pANTLR3_BASE_TREE t);
130 delboy->nilNode = nilNode;
908 nilNode (pANTLR3_DEBUG_EVENT_LISTENER delboy, pANTLR3_BASE_TREE t) function
911 sprintf(buffer, "nilNode %d\n", delboy->adaptor->getUniqueID(delboy->adaptor, t));

Completed in 59 milliseconds