Lines Matching full:nodeptr
1876 nodePtr = NULL;
1893 if ( nodePtr == NULL ) {
1897 return nodePtr->skeleton;
1904 PtnElem *curPtr=nodePtr;
1937 if ( nodePtr != NULL ) {
1938 if ( nodePtr->next != NULL ) {
1939 nodePtr = nodePtr->next;
1944 nodePtr=NULL;
1950 nodePtr = patternMap->boot[bootIndex];
1959 if (nodePtr!=NULL) {
1960 matcher->copyFrom(*nodePtr->skeleton);