Home
last modified time | relevance | path

Searched refs:whence (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/app_trace/
Dhost_file_io.c67 int whence; member
285 memcpy(buf + sizeof(args->file) + sizeof(args->offset), &args->whence, sizeof(args->whence)); in esp_apptrace_fseek_args_prepare()
288 int esp_apptrace_fseek(esp_apptrace_dest_t dest, void *stream, long offset, int whence) in esp_apptrace_fseek() argument
292 ESP_EARLY_LOGV(TAG, "esp_apptrace_fseek f %p o 0x%lx w %d", stream, offset, whence); in esp_apptrace_fseek()
296 cmd_args.whence = whence; in esp_apptrace_fseek()
/hal_espressif-3.6.0/components/app_trace/gcov/
Dgcov_rtio.c163 int gcov_rtio_fseek(void *stream, long offset, int whence) in gcov_rtio_fseek() argument
165 int ret = esp_apptrace_fseek(ESP_APPTRACE_DEST_TRAX, stream, offset, whence); in gcov_rtio_fseek()
166 ESP_EARLY_LOGV(TAG, "%s(%p %ld %d) = %d", __FUNCTION__, stream, offset, whence, ret); in gcov_rtio_fseek()
/hal_espressif-3.6.0/components/app_trace/include/
Desp_app_trace.h234 int esp_apptrace_fseek(esp_apptrace_dest_t dest, void *stream, long offset, int whence);