Searched refs:pStrPrefix (Results 1 – 1 of 1) sorted by relevance
2662 char *pStrPrefix = NULL; in Parser_setNodePrefixAndLocalName() local2671 pStrPrefix = strchr( node->nodeName, ':' ); in Parser_setNodePrefixAndLocalName()2672 if( pStrPrefix == NULL ) { in Parser_setNodePrefixAndLocalName()2681 pLocalName = ( char * )pStrPrefix + 1; in Parser_setNodePrefixAndLocalName()2682 nPrefix = pStrPrefix - node->nodeName; in Parser_setNodePrefixAndLocalName()