Searched refs:entity_tag (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/webdavfs-367/mount.tproj/
H A Dwebdav_parse.h42 char *entity_tag; member in struct:webdav_parse_cachevalidators_struct
203 extern int parse_cachevalidators(const UInt8 *xmlp, CFIndex xmlp_len, time_t *last_modified, char **entity_tag);
H A Dwebdav_parse.c1295 cachevalidators_struct->entity_tag = calloc(1,len);
1296 if ( cachevalidators_struct->entity_tag != NULL )
1298 strlcpy(cachevalidators_struct->entity_tag, (const char *)localname, len);
2033 int parse_cachevalidators(const UInt8 *xmlp, CFIndex xmlp_len, time_t *last_modified, char **entity_tag) argument
2044 cachevalidators_struct.entity_tag = NULL;
2059 *entity_tag = cachevalidators_struct.entity_tag;

Completed in 124 milliseconds