Home
last modified time | relevance | path

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

/php-src/ext/sodium/
H A Dlibsodium.c295 size_t msg_len; in PHP_FUNCTION() local
298 &msg, &msg_len, in PHP_FUNCTION()
326 size_t msg_len; in PHP_FUNCTION() local
330 &msg, &msg_len, in PHP_FUNCTION()
409 size_t msg_len; in PHP_FUNCTION() local
412 &msg, &msg_len, in PHP_FUNCTION()
738 size_t msg_len; in PHP_FUNCTION() local
742 &msg, &msg_len, in PHP_FUNCTION()
824 size_t msg_len; in PHP_FUNCTION() local
2888 size_t msg_len; in PHP_FUNCTION() local
[all …]
/php-src/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h133 const char *msg, const size_t msg_len);
H A Dfirebird_driver.c465 const char *msg, const size_t msg_len) /* {{{ */ in php_firebird_set_error() argument
506 } else if (msg && msg_len) { in php_firebird_set_error()
507 einfo->errmsg_length = msg_len; in php_firebird_set_error()
/php-src/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 24 milliseconds