Home
last modified time | relevance | path

Searched +refs:callback +refs:read +refs:char (Results 1 – 25 of 9458) sorted by relevance

12345678910>>...379

/dports/devel/libuv/libuv-v1.42.0/docs/src/guide/
H A Dfilesystem.rst4 Simple filesystem read/write is achieved using the ``uv_fs_*`` functions and the
50 void callback(uv_fs_t* req);
53 a callback for when the file is opened:
65 .. rubric:: uvcat/main.c - read callback
73 be filled with data before the read callback is triggered. The ``uv_fs_*``
87 simply drives the next read. Thus read and write proceed in lockstep via
90 .. rubric:: uvcat/main.c - write callback
208 .. rubric:: uvtee/main.c - read on pipes
234 The read callback ``nread`` parameter is less than 0 on any error. This error
242 allocate memory. In this case, the read callback is invoked with error
[all …]
/dports/www/R-cran-httpuv/httpuv/src/libuv/docs/src/guide/
H A Dfilesystem.rst4 Simple filesystem read/write is achieved using the ``uv_fs_*`` functions and the
50 void callback(uv_fs_t* req);
53 a callback for when the file is opened:
64 .. rubric:: uvcat/main.c - read callback
71 be filled with data before the read callback is triggered. The ``uv_fs_*``
85 simply drives the next read. Thus read and write proceed in lockstep via
88 .. rubric:: uvcat/main.c - write callback
204 .. rubric:: uvtee/main.c - read on pipes
228 The read callback ``nread`` parameter is less than 0 on any error. This error
236 allocate memory. In this case, the read callback is invoked with error
[all …]
/dports/security/shishi/shishi-1.0.2/doc/texi/
H A Dpassword.c.texi6 @var{cb}: function pointer to application password callback, a
9 Set a callback function that will be used by
16 int prompt_password (Shishi * @code{handle}, char **@code{s},
17 const char *@code{format}, va_list @code{ap});
20 allocated string with the password read from the user.
28 Get the application password prompt function callback as set by
31 @strong{Returns:} Returns the callback, a @code{shishi_prompt_password_func} type,
37 @deftypefun {int} {shishi_prompt_password} (Shishi * @var{handle}, char ** @var{s}, const char * @v…
40 @var{s}: pointer to newly allocated output string with read password.
45 Format and print a prompt, and read a password from user. The
/dports/games/openage/openage-0.3.0-1262-ga554ab49/openage/cabextract/
H A Dlzxd.pyx23 Its constructor takes a callback method that shall provide the compressed
32 The read callback method. On EOF, b"" should be returned.
47 """ The python read callback function. """
57 cdef size_t read_callback(void *context, unsigned char *buf, size_t size) except * with gil:
59 Read callback function that's passed to c_LZXDecompressor.
70 cdef unsigned char *resultbuf
71 resultsize, resultbuf = len(result), <unsigned char *> result
75 "read callback returned more data then requested.")
79 "internal error in read callback")
93 cdef Func2[size_t, unsigned char *, size_t] read_callback
[all …]
/dports/devel/swig/swig-4.0.2/Lib/javascript/jsc/
H A Djavascripthelpers.swg4 const char* className,
19 const char* name)
32 const char* functionName, JSObjectCallAsFunctionCallback callback)
36 JSObjectMakeFunctionWithCallback(context, js_functionName, callback),
44 char buffer[256];
45 char msg[512];
49 res = sprintf(msg, "Tried to write read-only variable: %s.", buffer);
52 SWIG_exception(SWIG_ERROR, "Tried to write read-only variable.");
60 SWIGINTERN JSValueRef JS_CharPtrToJSValue(JSContextRef context, char* cstr) {
63 JSStringRef jsstring = JSStringCreateWithUTF8CString((char*) cstr);
/dports/shells/bash/bash-5.1/builtins/
H A Dmapfile.def37 -s count Discard the first COUNT lines read
38 -t Remove a trailing DELIM from each line read (default newline)
40 -C callback Evaluate CALLBACK each time QUANTUM lines are read
41 -c quantum Specify the number of lines read between each call to
94 static int run_callback PARAMS((const char *, unsigned int, const char *));
110 const char *callback;
112 const char *curline;
137 char *line;
151 char *callback, *array_name;
155 char *line;
[all …]
/dports/sysutils/freeipmi/freeipmi-1.6.8/libipmimonitoring/
H A Dipmi_monitoring.h.in465 char *username;
466 char *password;
467 unsigned char *k_g;
545 * file will be read and parsed.
561 * file will be read and parsed.
586 * written/read.
607 * If specified, callback function will be called after each record is read and parsed.
631 * If specified, callback function will be called after each record is read and parsed.
657 * If specified, callback function will be called after each record is read and parsed.
877 * If specified, callback function will be called after each sensor is read and parsed.
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/maintenance/language/
H A DgenerateCollationData.php306 $char = UtfNormal\Utils::codepointToUtf8( $cp );
307 $headerChars[] = $char;
311 $prevChar = $char;
333 public $callback; variable in UcdXmlReader
343 public function readChars( $callback ) { argument
347 $this->callback = $callback;
351 while ( $xml->read() ) {
374 $this->xml->read();
424 call_user_func( $this->callback, $attrs );
434 while ( $xml->name !== 'blocks' && $xml->read() );
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/maintenance/language/
H A DgenerateCollationData.php305 $char = UtfNormal\Utils::codepointToUtf8( $cp );
306 $headerChars[] = $char;
310 $prevChar = $char;
332 public $callback; variable in UcdXmlReader
342 public function readChars( $callback ) { argument
346 $this->callback = $callback;
350 while ( $xml->read() ) {
373 $this->xml->read();
423 call_user_func( $this->callback, $attrs );
433 while ( $xml->name !== 'blocks' && $xml->read() );
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/maintenance/language/
H A DgenerateCollationData.php299 $char = UtfNormal\Utils::codepointToUtf8( $cp );
300 $headerChars[] = $char;
304 $prevChar = $char;
326 public $callback; variable in UcdXmlReader
336 public function readChars( $callback ) { argument
340 $this->callback = $callback;
344 while ( $xml->read() ) {
367 $this->xml->read();
417 call_user_func( $this->callback, $attrs );
427 while ( $xml->name !== 'blocks' && $xml->read() );
[all …]
/dports/devel/notcurses/notcurses-3.0.1/doc/man/man3/
H A Dnotcurses_fds.3.md39 …uct ncplane* ***n***, const ncsubproc_options* ***opts***, const char* ***bin***, char* const ***…
41 …uct ncplane* ***n***, const ncsubproc_options* ***opts***, const char* ***bin***, char* const ***…
43 … ***n***, const ncsubproc_options* ***opts***, const char* ***bin***, char* const ***arg***[], ch…
51 These widgets cause a file descriptor to be read until EOF, and written to a
54 depended upon), which will invoke the provided callbacks with the data read.
60 while a callback is being invoked, the destroy function will block until the
61 callback is done being invoked. If a user callback returns non-0, the calling
62 object will destroy itself. If a user callback calls the relevant destroy
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/doc/man3/
H A DBIO_set_callback.pod14 typedef long (*BIO_callback_fn_ex)(BIO *b, int oper, const char *argp,
21 void BIO_set_callback_arg(BIO *b, char *arg);
22 char *BIO_get_callback_arg(const BIO *b);
24 long BIO_debug_callback_ex(BIO *bio, int oper, const char *argp, size_t len,
31 typedef long (*BIO_callback_fn)(BIO *b, int oper, const char *argp, int argi,
35 long BIO_debug_callback(BIO *bio, int cmd, const char *argp, int argi,
78 The length of the data requested to be read or written. This is only useful if
89 data that was actually read or written. Only used for BIO_CB_READ, BIO_CB_WRITE,
109 In the notes below, B<callback> defers to the actual callback
132 is called before the read and
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/doc/man3/
H A DBIO_set_callback.pod14 typedef long (*BIO_callback_fn_ex)(BIO *b, int oper, const char *argp,
21 void BIO_set_callback_arg(BIO *b, char *arg);
22 char *BIO_get_callback_arg(const BIO *b);
24 long BIO_debug_callback_ex(BIO *bio, int oper, const char *argp, size_t len,
31 typedef long (*BIO_callback_fn)(BIO *b, int oper, const char *argp, int argi,
35 long BIO_debug_callback(BIO *bio, int cmd, const char *argp, int argi,
78 The length of the data requested to be read or written. This is only useful if
89 data that was actually read or written. Only used for BIO_CB_READ, BIO_CB_WRITE,
109 In the notes below, B<callback> defers to the actual callback
132 is called before the read and
[all …]
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/doc/man3/
H A DBIO_set_callback.pod14 typedef long (*BIO_callback_fn_ex)(BIO *b, int oper, const char *argp,
21 void BIO_set_callback_arg(BIO *b, char *arg);
22 char *BIO_get_callback_arg(const BIO *b);
24 long BIO_debug_callback_ex(BIO *bio, int oper, const char *argp, size_t len,
31 typedef long (*BIO_callback_fn)(BIO *b, int oper, const char *argp, int argi,
35 long BIO_debug_callback(BIO *bio, int cmd, const char *argp, int argi,
78 The length of the data requested to be read or written. This is only useful if
89 data that was actually read or written. Only used for BIO_CB_READ, BIO_CB_WRITE,
109 In the notes below, B<callback> defers to the actual callback
132 is called before the read and
[all …]
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/doc/man3/
H A DBIO_set_callback.pod14 typedef long (*BIO_callback_fn_ex)(BIO *b, int oper, const char *argp,
21 void BIO_set_callback_arg(BIO *b, char *arg);
22 char *BIO_get_callback_arg(const BIO *b);
24 long BIO_debug_callback_ex(BIO *bio, int oper, const char *argp, size_t len,
31 typedef long (*BIO_callback_fn)(BIO *b, int oper, const char *argp, int argi,
35 long BIO_debug_callback(BIO *bio, int cmd, const char *argp, int argi,
78 The length of the data requested to be read or written. This is only useful if
89 data that was actually read or written. Only used for BIO_CB_READ, BIO_CB_WRITE,
109 In the notes below, B<callback> defers to the actual callback
132 is called before the read and
[all …]
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/doc/man3/
H A DBIO_set_callback.pod14 typedef long (*BIO_callback_fn_ex)(BIO *b, int oper, const char *argp,
21 void BIO_set_callback_arg(BIO *b, char *arg);
22 char *BIO_get_callback_arg(const BIO *b);
24 long BIO_debug_callback_ex(BIO *bio, int oper, const char *argp, size_t len,
31 typedef long (*BIO_callback_fn)(BIO *b, int oper, const char *argp, int argi,
35 long BIO_debug_callback(BIO *bio, int cmd, const char *argp, int argi,
78 The length of the data requested to be read or written. This is only useful if
89 data that was actually read or written. Only used for BIO_CB_READ, BIO_CB_WRITE,
109 In the notes below, B<callback> defers to the actual callback
132 is called before the read and
[all …]
/dports/security/openssl-devel/openssl-3.0.2/doc/man3/
H A DBIO_set_callback.pod14 typedef long (*BIO_callback_fn_ex)(BIO *b, int oper, const char *argp,
21 void BIO_set_callback_arg(BIO *b, char *arg);
22 char *BIO_get_callback_arg(const BIO *b);
24 long BIO_debug_callback_ex(BIO *bio, int oper, const char *argp, size_t len,
31 typedef long (*BIO_callback_fn)(BIO *b, int oper, const char *argp, int argi,
35 long BIO_debug_callback(BIO *bio, int cmd, const char *argp, int argi,
78 The length of the data requested to be read or written. This is only useful if
89 data that was actually read or written. Only used for BIO_CB_READ, BIO_CB_WRITE,
109 In the notes below, B<callback> defers to the actual callback
132 is called before the read and
[all …]
/dports/security/yara/yara-4.1.1/docs/
H A Dcapi.rst159 YR_STREAM_READ_FUNC read;
165 The ``read`` function is used by :c:func:`yr_rules_load_stream` to read data
169 Your ``read`` and ``write`` functions must respond to these prototypes:
173 size_t read(
189 total size of the data being read or written is ``size`` * ``count``. The
190 ``read`` function must return the number of elements read, the ``write`` function
195 ``read`` and ``write`` functions.
211 a callback function. The callback has the following prototype:
465 .. c:member:: YR_STREAM_READ_FUNC read
467 A pointer to the stream's read function provided by the user.
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/doc/man3/
H A DBIO_set_callback.pod8 - BIO callback functions
14 typedef long (*BIO_callback_fn_ex)(BIO *b, int oper, const char *argp,
17 typedef long (*BIO_callback_fn)(BIO *b, int oper, const char *argp, int argi,
25 void BIO_set_callback_arg(BIO *b, char *arg);
26 char *BIO_get_callback_arg(const BIO *b);
28 long BIO_debug_callback(BIO *bio, int cmd, const char *argp, int argi,
69 The length of the data requested to be read or written. This is only useful if
80 data that was actually read or written. Only used for BIO_CB_READ, BIO_CB_WRITE,
100 In the notes below, B<callback> defers to the actual callback
123 is called before the read and
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/doc/man3/
H A DBIO_set_callback.pod8 - BIO callback functions
14 typedef long (*BIO_callback_fn_ex)(BIO *b, int oper, const char *argp,
17 typedef long (*BIO_callback_fn)(BIO *b, int oper, const char *argp, int argi,
25 void BIO_set_callback_arg(BIO *b, char *arg);
26 char *BIO_get_callback_arg(const BIO *b);
28 long BIO_debug_callback(BIO *bio, int cmd, const char *argp, int argi,
69 The length of the data requested to be read or written. This is only useful if
80 data that was actually read or written. Only used for BIO_CB_READ, BIO_CB_WRITE,
100 In the notes below, B<callback> defers to the actual callback
123 is called before the read and
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/doc/man3/
H A DBIO_set_callback.pod8 - BIO callback functions
14 typedef long (*BIO_callback_fn_ex)(BIO *b, int oper, const char *argp,
17 typedef long (*BIO_callback_fn)(BIO *b, int oper, const char *argp, int argi,
25 void BIO_set_callback_arg(BIO *b, char *arg);
26 char *BIO_get_callback_arg(const BIO *b);
28 long BIO_debug_callback(BIO *bio, int cmd, const char *argp, int argi,
69 The length of the data requested to be read or written. This is only useful if
80 data that was actually read or written. Only used for BIO_CB_READ, BIO_CB_WRITE,
100 In the notes below, B<callback> defers to the actual callback
123 is called before the read and
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/doc/man3/
H A DBIO_set_callback.pod8 - BIO callback functions
14 typedef long (*BIO_callback_fn_ex)(BIO *b, int oper, const char *argp,
17 typedef long (*BIO_callback_fn)(BIO *b, int oper, const char *argp, int argi,
25 void BIO_set_callback_arg(BIO *b, char *arg);
26 char *BIO_get_callback_arg(const BIO *b);
28 long BIO_debug_callback(BIO *bio, int cmd, const char *argp, int argi,
69 The length of the data requested to be read or written. This is only useful if
80 data that was actually read or written. Only used for BIO_CB_READ, BIO_CB_WRITE,
100 In the notes below, B<callback> defers to the actual callback
123 is called before the read and
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/openssl/doc/man3/
H A DBIO_set_callback.pod8 - BIO callback functions
14 typedef long (*BIO_callback_fn_ex)(BIO *b, int oper, const char *argp,
17 typedef long (*BIO_callback_fn)(BIO *b, int oper, const char *argp, int argi,
25 void BIO_set_callback_arg(BIO *b, char *arg);
26 char *BIO_get_callback_arg(const BIO *b);
28 long BIO_debug_callback(BIO *bio, int cmd, const char *argp, int argi,
69 The length of the data requested to be read or written. This is only useful if
80 data that was actually read or written. Only used for BIO_CB_READ, BIO_CB_WRITE,
100 In the notes below, B<callback> defers to the actual callback
123 is called before the read and
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/doc/man3/
H A DBIO_set_callback.pod8 - BIO callback functions
14 typedef long (*BIO_callback_fn_ex)(BIO *b, int oper, const char *argp,
17 typedef long (*BIO_callback_fn)(BIO *b, int oper, const char *argp, int argi,
25 void BIO_set_callback_arg(BIO *b, char *arg);
26 char *BIO_get_callback_arg(const BIO *b);
28 long BIO_debug_callback(BIO *bio, int cmd, const char *argp, int argi,
69 The length of the data requested to be read or written. This is only useful if
80 data that was actually read or written. Only used for BIO_CB_READ, BIO_CB_WRITE,
100 In the notes below, B<callback> defers to the actual callback
123 is called before the read and
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/doc/man3/
H A DBIO_set_callback.pod8 - BIO callback functions
14 typedef long (*BIO_callback_fn_ex)(BIO *b, int oper, const char *argp,
17 typedef long (*BIO_callback_fn)(BIO *b, int oper, const char *argp, int argi,
25 void BIO_set_callback_arg(BIO *b, char *arg);
26 char *BIO_get_callback_arg(const BIO *b);
28 long BIO_debug_callback(BIO *bio, int cmd, const char *argp, int argi,
69 The length of the data requested to be read or written. This is only useful if
80 data that was actually read or written. Only used for BIO_CB_READ, BIO_CB_WRITE,
100 In the notes below, B<callback> defers to the actual callback
123 is called before the read and
[all …]

12345678910>>...379