Lines Matching refs:value
54 ** The first string is the xml:lang value for the property. An empty
55 ** string signifies that a lang value was not in context for the value.
56 ** The second string is the property value itself.
69 ** within the property value will be entered into the table (and
83 ** that case, we must bind all property value elements to new namespace
89 ** property value can contain ONLY XML elements and CDATA. PI and comment
100 ** <propname1>value</propname1>
101 ** <propname2>value</propname1>
105 ** associated with the <propname1> element. The property value is deemed
106 ** to be only the contents ("value" in the above example).
108 ** We do store the xml:lang value (if any) that applies to the context
111 ** with the property value.
118 ** db's version number as the very first 16-bit value. This first number
126 ** minor value and append information to the end of the metadata record
218 value of dav_prop_ctx.is_liveprop */
340 const char *value = NULL;
366 value = "";
370 ** This may modify the buffer. value may point to
373 value = dav_lock_get_activelock(propdb->r, locks,
377 value = apr_pstrdup(propdb->p, propdb->wb_lock.buf);
384 value = (*propdb->lockdb->hooks->get_supportedlock)(propdb->resource);
393 value = propdb->subreq->content_type;
406 value = lang;
417 if (value != NULL) {
428 else if (what == DAV_PROP_INSERT_VALUE && *value != '\0') {
431 name, value, name);
639 /* the value was not requested, so just add an empty
1027 /* save the old value so that we can do a rollback. */
1041 ** value. Remove the rollback item so that we don't try to set
1042 ** its value during the rollback.