Home | History | Annotate | Download | only in Support

Lines Matching refs:CurrentEntry

1838     CurrentEntry = 0;
1841 if (CurrentEntry) {
1842 CurrentEntry->skip();
1845 CurrentEntry = 0;
1852 CurrentEntry = new (getAllocator()) KeyValueNode(Doc);
1858 CurrentEntry = 0;
1864 CurrentEntry = 0;
1877 CurrentEntry = 0;
1884 CurrentEntry = 0;
1892 CurrentEntry = 0;
1895 if (CurrentEntry)
1896 CurrentEntry->skip();
1902 CurrentEntry = parseBlockNode();
1903 if (CurrentEntry == 0) { // An error occurred.
1905 CurrentEntry = 0;
1911 CurrentEntry = 0;
1918 CurrentEntry = 0;
1924 CurrentEntry = parseBlockNode();
1925 if (CurrentEntry == 0) { // An error occurred.
1927 CurrentEntry = 0;
1933 CurrentEntry = 0;
1947 CurrentEntry = 0;
1955 CurrentEntry = 0;
1961 CurrentEntry = 0;
1965 CurrentEntry = parseBlockNode();
1966 if (!CurrentEntry) {