Lines Matching refs:start
39 /** Called at the start tag.
44 void (*start)(FamilyData* data, const char* tag, const char** attributes);
122 const char* start = str; // start is inclusive
123 const char* end = start + s->size(); // end is exclusive
124 while (is_whitespace(*start)) { ++start; }
125 if (start != end) {
132 size_t len = end - start;
133 memmove(str, start, len);
140 /*start*/[](FamilyData* self, const char* tag, const char** attributes) {
188 /*start*/[](FamilyData* self, const char* tag, const char** attributes) {
254 /*start*/[](FamilyData* self, const char* tag, const char** attributes) {
321 /*start*/[](FamilyData* self, const char* tag, const char** attributes) {
375 /*start*/[](FamilyData* self, const char* tag, const char** attributes) { },
392 /*start*/nullptr,
424 if (child->start) {
425 child->start(self, tag, attributes);