• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/webdavfs-367/mount.tproj/

Lines Matching defs:struct_ptr

333 	webdav_parse_opendir_struct_t * struct_ptr = (webdav_parse_opendir_struct_t *)ctx;
334 struct_ptr->start = false;
355 webdav_parse_multistatus_list_t * struct_ptr = (webdav_parse_multistatus_list_t *)ctx;
356 struct_ptr->start = false;
391 webdav_parse_opendir_struct_t * struct_ptr = (webdav_parse_opendir_struct_t *)ctx;
393 struct_ptr->start=true;
402 element_ptr = struct_ptr->tail;
409 struct_ptr->id = WEBDAV_OPENDIR_ELEMENT;
410 struct_ptr->data_ptr = (void *)element_ptr;
416 require_action(element_ptr != NULL, malloc_element_ptr, struct_ptr->error = ENOMEM);
420 if (struct_ptr->head == NULL)
422 struct_ptr->head = element_ptr;
426 list_ptr = struct_ptr->tail;
429 struct_ptr->tail = element_ptr;
431 struct_ptr->id = WEBDAV_OPENDIR_ELEMENT;
432 struct_ptr->data_ptr = (void *)element_ptr;
441 element_ptr = struct_ptr->tail;
454 require_action(element_ptr != NULL, malloc_element_ptr, struct_ptr->error = ENOMEM);
456 if (struct_ptr->head == NULL)
458 struct_ptr->head = element_ptr;
462 list_ptr = struct_ptr->tail;
465 struct_ptr->tail = element_ptr;
473 struct_ptr->id = WEBDAV_OPENDIR_IGNORE;
474 struct_ptr->data_ptr = NULL;
481 element_ptr = struct_ptr->tail;
494 require_action(element_ptr != NULL, malloc_element_ptr, struct_ptr->error = ENOMEM);
496 if (struct_ptr->head == NULL)
498 struct_ptr->head = element_ptr;
502 list_ptr = struct_ptr->tail;
505 struct_ptr->tail = element_ptr;
508 struct_ptr->id = WEBDAV_OPENDIR_ELEMENT_LENGTH;
509 struct_ptr->data_ptr = (void *)element_ptr;
516 element_ptr = struct_ptr->tail;
529 require_action(element_ptr != NULL, malloc_element_ptr, struct_ptr->error = ENOMEM);
531 if (struct_ptr->head == NULL)
533 struct_ptr->head = element_ptr;
537 list_ptr = struct_ptr->tail;
540 struct_ptr->tail = element_ptr;
543 struct_ptr->id = WEBDAV_OPENDIR_ELEMENT_MODDATE;
544 struct_ptr->data_ptr = (void *)element_ptr;
551 element_ptr = struct_ptr->tail;
564 require_action(element_ptr != NULL, malloc_element_ptr, struct_ptr->error = ENOMEM);
566 if (struct_ptr->head == NULL)
568 struct_ptr->head = element_ptr;
572 list_ptr = struct_ptr->tail;
575 struct_ptr->tail = element_ptr;
578 struct_ptr->id = WEBDAV_OPENDIR_ELEMENT_CREATEDATE;
579 struct_ptr->data_ptr = (void *)element_ptr;
587 element_ptr = struct_ptr->tail;
600 require_action(element_ptr != NULL, malloc_element_ptr, struct_ptr->error = ENOMEM);
602 if (struct_ptr->head == NULL)
604 struct_ptr->head = element_ptr;
608 list_ptr = struct_ptr->tail;
611 struct_ptr->tail = element_ptr;
614 struct_ptr->id = WEBDAV_OPENDIR_APPLEDOUBLEHEADER;
615 struct_ptr->data_ptr = (void *)element_ptr;
619 struct_ptr->id = WEBDAV_OPENDIR_ELEMENT_RESPONSE;
620 struct_ptr->data_ptr = (void *)NULL;
623 struct_ptr->id = WEBDAV_OPENDIR_IGNORE;
624 struct_ptr->data_ptr = (void *)NULL;
863 webdav_parse_multistatus_list_t * struct_ptr = (webdav_parse_multistatus_list_t *)ctx;
865 struct_ptr->start = true;
874 element_ptr = struct_ptr->tail;
881 struct_ptr->id = WEBDAV_MULTISTATUS_ELEMENT;
882 struct_ptr->data_ptr = (void *)element_ptr;
888 require_action(element_ptr != NULL, malloc_element_ptr, struct_ptr->error = ENOMEM);
892 if (struct_ptr->head == NULL)
894 struct_ptr->head = element_ptr;
898 list_ptr = struct_ptr->tail;
901 struct_ptr->tail = element_ptr;
903 struct_ptr->id = WEBDAV_MULTISTATUS_ELEMENT;
904 struct_ptr->data_ptr = (void *)element_ptr;
912 element_ptr = struct_ptr->tail;
925 require_action(element_ptr != NULL, malloc_element_ptr, struct_ptr->error = ENOMEM);
927 if (struct_ptr->head == NULL)
929 struct_ptr->head = element_ptr;
933 list_ptr = struct_ptr->tail;
936 struct_ptr->tail = element_ptr;
939 struct_ptr->id = WEBDAV_MULTISTATUS_STATUS;
940 struct_ptr->data_ptr = (void *)element_ptr;
944 struct_ptr->id = WEBDAV_MULTISTATUS_RESPONSE;
945 struct_ptr->data_ptr = (void *)NULL;
948 struct_ptr->id = WEBDAV_MULTISTATUS_IGNORE;
949 struct_ptr->data_ptr = (void *)NULL;
1322 webdav_parse_multistatus_list_t * struct_ptr = (webdav_parse_multistatus_list_t *)ctx;
1349 struct_ptr->error = ENAMETOOLONG;
1369 struct_ptr->error = EIO;
1385 struct_ptr->error = EIO;
1398 struct_ptr->error = EIO;