libsqsh v1.5.1
Loading...
Searching...
No Matches
sqsh_posix.h File Reference
#include "sqsh_common.h"
#include <stdint.h>
#include <stdio.h>
Include dependency graph for sqsh_posix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef void(* sqsh_file_iterator_mt_cb) (const struct SqshFile *file, const struct SqshFileIterator *iterator, uint64_t offset, void *data, int err)
 
typedef void(* sqsh_file_to_stream_mt_cb) (const struct SqshFile *file, FILE *stream, void *data, int err)
 

Functions

int sqsh_threadpool_wait (struct SqshThreadpool *pool)
 

Detailed Description

Author
Enno Boland (mail@.nosp@m.ebol.nosp@m.and.d.nosp@m.e)

Definition in file sqsh_posix.h.

Typedef Documentation

◆ sqsh_file_iterator_mt_cb

typedef void(* sqsh_file_iterator_mt_cb) (const struct SqshFile *file, const struct SqshFileIterator *iterator, uint64_t offset, void *data, int err)

Definition at line 50 of file sqsh_posix.h.

◆ sqsh_file_to_stream_mt_cb

typedef void(* sqsh_file_to_stream_mt_cb) (const struct SqshFile *file, FILE *stream, void *data, int err)

Definition at line 53 of file sqsh_posix.h.

Function Documentation

◆ sqsh_threadpool_wait()

int sqsh_threadpool_wait ( struct SqshThreadpool * pool)