Home | History | Annotate | Download | only in Support

Lines Matching refs:CurrentEntry

1864     CurrentEntry = 0;
1867 if (CurrentEntry) {
1868 CurrentEntry->skip();
1871 CurrentEntry = 0;
1878 CurrentEntry = new (getAllocator()) KeyValueNode(Doc);
1884 CurrentEntry = 0;
1890 CurrentEntry = 0;
1903 CurrentEntry = 0;
1910 CurrentEntry = 0;
1918 CurrentEntry = 0;
1921 if (CurrentEntry)
1922 CurrentEntry->skip();
1928 CurrentEntry = parseBlockNode();
1929 if (CurrentEntry == 0) { // An error occurred.
1931 CurrentEntry = 0;
1937 CurrentEntry = 0;
1944 CurrentEntry = 0;
1950 CurrentEntry = parseBlockNode();
1951 if (CurrentEntry == 0) { // An error occurred.
1953 CurrentEntry = 0;
1959 CurrentEntry = 0;
1973 CurrentEntry = 0;
1981 CurrentEntry = 0;
1987 CurrentEntry = 0;
1991 CurrentEntry = parseBlockNode();
1992 if (!CurrentEntry) {