Searched defs:dirty (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/session/
H A Dmod_session.h93 int dirty; /* dirty flag */ member in struct:__anon308
134 * In most implementations the session is only saved if the dirty flag is
/httpd/modules/dav/lock/
H A Dlocks.c1089 int dirty = 0; local
1095 dirty = 1;
1100 return dirty;
1114 int dirty = 0; local
1144 dirty = 1;
1149 if (dirty
/httpd/modules/dav/fs/
H A Dlock.c874 int dirty = 0; local
894 dirty = 1;
899 if (dirty) {
1321 int dirty = 0; local
1327 dirty = 1;
1332 return dirty;
1346 int dirty = 0; local
1376 dirty = 1;
1381 if (dirty

Completed in 959 milliseconds