Home | History | Annotate | Download | only in Support

Lines Matching refs:CurrentEntry

1832     CurrentEntry = 0;
1835 if (CurrentEntry) {
1836 CurrentEntry->skip();
1839 CurrentEntry = 0;
1846 CurrentEntry = new (getAllocator()) KeyValueNode(Doc);
1852 CurrentEntry = 0;
1858 CurrentEntry = 0;
1871 CurrentEntry = 0;
1878 CurrentEntry = 0;
1886 CurrentEntry = 0;
1889 if (CurrentEntry)
1890 CurrentEntry->skip();
1896 CurrentEntry = parseBlockNode();
1897 if (CurrentEntry == 0) { // An error occurred.
1899 CurrentEntry = 0;
1905 CurrentEntry = 0;
1912 CurrentEntry = 0;
1918 CurrentEntry = parseBlockNode();
1919 if (CurrentEntry == 0) { // An error occurred.
1921 CurrentEntry = 0;
1927 CurrentEntry = 0;
1941 CurrentEntry = 0;
1949 CurrentEntry = 0;
1955 CurrentEntry = 0;
1959 CurrentEntry = parseBlockNode();
1960 if (!CurrentEntry) {