Home
last modified time | relevance | path

Searched refs:msg_len (Results 1 – 4 of 4) sorted by relevance

/PHP-8.4/ext/sodium/
H A Dlibsodium.c294 size_t msg_len; in PHP_FUNCTION() local
297 &msg, &msg_len, in PHP_FUNCTION()
325 size_t msg_len; in PHP_FUNCTION() local
329 &msg, &msg_len, in PHP_FUNCTION()
408 size_t msg_len; in PHP_FUNCTION() local
411 &msg, &msg_len, in PHP_FUNCTION()
737 size_t msg_len; in PHP_FUNCTION() local
741 &msg, &msg_len, in PHP_FUNCTION()
823 size_t msg_len; in PHP_FUNCTION() local
2890 size_t msg_len; in PHP_FUNCTION() local
[all …]
/PHP-8.4/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h135 const char *msg, const size_t msg_len);
H A Dfirebird_driver.c525 const char *msg, const size_t msg_len) /* {{{ */ in php_firebird_set_error() argument
564 } else if (msg && msg_len) { in php_firebird_set_error()
565 einfo->errmsg_length = msg_len; in php_firebird_set_error()
/PHP-8.4/sapi/fpm/fpm/
H A Dzlog.c275 size_t msg_len = strlen(msg); in zlog_msg_ex() local
277 zlog_stream_init_internal(&stream, flags, msg_len + prefix_len, 0); in zlog_msg_ex()
280 zlog_stream_str(&stream, msg, msg_len); in zlog_msg_ex()

Completed in 37 milliseconds