Home
last modified time | relevance | path

Searched refs:func_seek (Results 1 – 12 of 12) sorted by relevance

/dports/textproc/mifluz/mifluz-0.26.0/db/
H A Dos_method.c129 CDB_db_env_set_func_seek(func_seek)
130 int (*func_seek) __P((int, size_t, db_pgno_t, u_int32_t, int, int));
132 CDB___db_jump.j_seek = func_seek;
/dports/databases/db18/db-18.1.40/src/common/
H A Dos_method.c231 db_env_set_func_seek(func_seek)
232 int (*func_seek) __P((int, off_t, int));
234 DB_GLOBAL(j_seek) = func_seek;
/dports/databases/db5/db-5.3.28/src/common/
H A Dos_method.c231 db_env_set_func_seek(func_seek)
232 int (*func_seek) __P((int, off_t, int));
234 DB_GLOBAL(j_seek) = func_seek;
/dports/textproc/htdig/htdig-3.2.0b6/db/
H A Dos_method.c228 CDB___os_set_func_seek(dbenv, func_seek) in CDB___os_set_func_seek() argument
230 int (*func_seek) __P((int, size_t, db_pgno_t, u_int32_t, int, int));
234 CDB___db_jump.j_seek = func_seek;
/dports/security/dirmngr/dirmngr-1.1.0/src/
H A Destream.c165 es_cookie_seek_function_t func_seek; member
1101 stream->intern->func_seek = functions.func_seek; in es_initialize()
1421 es_cookie_seek_function_t func_seek = stream->intern->func_seek; in es_seek() local
1425 if (! func_seek) in es_seek()
1449 ret = (*func_seek) (stream->intern->cookie, &off, whence); in es_seek()
1614 if (stream->intern->func_seek) in es_writen()
H A Destream.h166 es_cookie_seek_function_t func_seek; member
/dports/security/libgpg-error/libgpg-error-1.43/src/
H A Destream.c2105 stream->intern->func_seek = functions.public.func_seek; in init_stream_obj()
2646 gpgrt_cookie_seek_function_t func_seek = stream->intern->func_seek; in es_seek() local
2650 if (! func_seek) in es_seek()
2674 ret = (*func_seek) (stream->intern->cookie, &off, whence); in es_seek()
2858 if (stream->intern->func_seek) in es_writen()
H A Dgpgrt-int.h288 gpgrt_cookie_seek_function_t func_seek; member
H A Dgpg-error.h.in597 gpgrt_cookie_seek_function_t func_seek; member
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgpg-error/src/
H A Destream.c2105 stream->intern->func_seek = functions.public.func_seek; in init_stream_obj()
2646 gpgrt_cookie_seek_function_t func_seek = stream->intern->func_seek; in es_seek() local
2650 if (! func_seek) in es_seek()
2674 ret = (*func_seek) (stream->intern->cookie, &off, whence); in es_seek()
2858 if (stream->intern->func_seek) in es_writen()
H A Dgpgrt-int.h288 gpgrt_cookie_seek_function_t func_seek; member
H A Dgpg-error.h.in597 gpgrt_cookie_seek_function_t func_seek; member