Home | History | Annotate | Download | only in libxml2

Lines Matching refs:FLAGS_STICKY

321   FLAGS_STICKY              = 1,
322 FLAGS_SPACE = 2 * FLAGS_STICKY,
1566 flags |= FLAGS_STICKY;
1862 if (gotSticky && !(flags & FLAGS_STICKY))
1868 if ((parameters[i].flags & FLAGS_STICKY) &&
1872 flags |= (parameters[i].flags & (unsigned long)~FLAGS_STICKY);