• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/libevent/test/

Lines Matching refs:run

81   struct run** new_data = NULL;
83 new_data = (struct run**) realloc(msg->run_data,
84 tobe_allocated * sizeof(struct run*));
91 struct run*
171 const struct run* value)
234 struct run* *value)
370 event_warnx("%s: failed to unmarshal run", __func__);
729 * Implementation of run
749 struct run *
755 struct run *
758 struct run *tmp;
759 if ((tmp = malloc(sizeof(struct run))) == NULL) {
795 run_notes_expand_to_hold_more(struct run *msg)
809 run_notes_add(struct run *msg, const char * value)
832 run_other_numbers_expand_to_hold_more(struct run *msg)
846 run_other_numbers_add(struct run *msg, const ev_uint32_t value)
861 run_how_assign(struct run *msg,
873 run_some_bytes_assign(struct run *msg, const ev_uint8_t * value, ev_uint32_t len)
887 run_fixed_bytes_assign(struct run *msg, const ev_uint8_t *value)
895 run_notes_assign(struct run *msg, int off,
914 run_large_number_assign(struct run *msg, const ev_uint64_t value)
922 run_other_numbers_assign(struct run *msg, int off,
935 run_how_get(struct run *msg, char * *value)
944 run_some_bytes_get(struct run *msg, ev_uint8_t * *value, ev_uint32_t *plen)
954 run_fixed_bytes_get(struct run *msg, ev_uint8_t **value)
963 run_notes_get(struct run *msg, int offset,
973 run_large_number_get(struct run *msg, ev_uint64_t *value)
982 run_other_numbers_get(struct run *msg, int offset,
992 run_clear(struct run *tmp)
1029 run_free(struct run *tmp)
1059 run_marshal(struct evbuffer *evbuf, const struct run *tmp){
1087 run_unmarshal(struct run *tmp, struct evbuffer *evbuf)
1186 run_complete(struct run *msg)
1196 evtag_unmarshal_run(struct evbuffer *evbuf, ev_uint32_t need_tag, struct run *msg)
1217 evtag_marshal_run(struct evbuffer *evbuf, ev_uint32_t tag, const struct run *msg)