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

/httpd/modules/dav/main/
H A Dmod_dav.c3923 int label_op; member in struct:dav_label_walker_ctx
3956 if (ctx->label_op == DAV_LABEL_REMOVE)
3960 ctx->label_op == DAV_LABEL_SET);
4021 ctx.label_op = DAV_LABEL_ADD;
4024 ctx.label_op = DAV_LABEL_SET;
4027 ctx.label_op = DAV_LABEL_REMOVE;

Completed in 2327 milliseconds