Searched refs:msg_len (Results 1 – 4 of 4) sorted by relevance
/php-src/ext/sodium/ |
H A D | libsodium.c | 294 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-src/ext/pdo_firebird/ |
H A D | php_pdo_firebird_int.h | 129 const char *msg, const size_t msg_len);
|
H A D | firebird_driver.c | 525 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-src/sapi/fpm/fpm/ |
H A D | zlog.c | 277 size_t msg_len = strlen(msg); in zlog_msg_ex() local 279 zlog_stream_init_internal(&stream, flags, msg_len + prefix_len, 0); in zlog_msg_ex() 282 zlog_stream_str(&stream, msg, msg_len); in zlog_msg_ex()
|
Completed in 36 milliseconds