Searched refs:props (Results 1 – 2 of 2) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_webdav.c | 965 … *srv, connection *con, plugin_data *p, physical *dst, webdav_properties *props, buffer *b_200, bu… in webdav_get_props() argument 968 if (props) { in webdav_get_props() 969 for (i = 0; i < props->used; i++) { in webdav_get_props() 972 prop = props->ptr[i]; in webdav_get_props() 2086 xmlNode *props; in URIHANDLER_FUNC() local 2097 for (props = cmd->children; props; props = props->next) { in URIHANDLER_FUNC() 2098 if (0 == xmlStrcmp(props->name, BAD_CAST "prop")) { in URIHANDLER_FUNC() 2102 prop = props->children; in URIHANDLER_FUNC()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | configure.ac | 385 AC_ARG_WITH(webdav-props, AC_HELP_STRING([--with-webdav-props],[properties in mod_webdav]),
|