Lines Matching refs:first
54 ** The first string is the xml:lang value for the property. An empty
118 ** db's version number as the very first 16-bit value. This first number
119 ** is actually stored as two single bytes: the first byte is a "major"
239 /* check liveprop providers first, so they can define core properties */
606 /* get the first property name, beginning the scan */
695 result.propstats = hdr.first;
696 result.xmlns = hdr_ns.first;
846 if (hdr_bad.first == NULL) {
862 result.propstats = hdr_good.first;
865 if (hdr_bad.first != NULL) {
874 result.propstats = hdr_bad.first;
878 hdr_good.last->next = hdr_bad.first;
884 result.xmlns = hdr_ns.first;