Searched refs:do_append (Results 1 – 6 of 6) sorted by relevance
/external/libmicrohttpd/src/examples/ |
D | demo.c | 433 do_append (char **ret, in do_append() function 491 return do_append (&uc->category, data, size); in process_upload_data() 493 return do_append (&uc->language, data, size); in process_upload_data()
|
D | demo_https.c | 434 do_append (char **ret, in do_append() function 492 return do_append (&uc->category, data, size); in process_upload_data() 494 return do_append (&uc->language, data, size); in process_upload_data()
|
/external/fio/ |
D | iolog.c | 1066 void flush_log(struct io_log *log, bool do_append) in flush_log() argument 1071 if (!do_append) in flush_log()
|
/external/python/cpython2/Modules/ |
D | cPickle.c | 4434 do_append(Unpicklerobject *self, Py_ssize_t x) in do_append() function 4494 return do_append(self, self->stack->length - 1); in load_append() 4504 return do_append(self, i); in load_appends()
|
/external/python/cpython3/Modules/ |
D | _pickle.c | 5810 do_append(UnpicklerObject *self, Py_ssize_t x) in do_append() function 5869 return do_append(self, Py_SIZE(self->stack) - 1); in load_append() 5878 return do_append(self, i); in load_appends()
|
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | scsimain.c | 2210 int do_append = 1; in do_scsi_device_read_write() local 2242 if ((do_append > 0) && (seek > 0)) { in do_scsi_device_read_write() 2355 else if (do_append) in do_scsi_device_read_write()
|