Home
last modified time | relevance | path

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

/php-src/ext/pgsql/
H A Dpgsql.c2561 zend_long z_len; in PHP_FUNCTION() local
2567 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "OS|l!", &pgsql_id, pgsql_lob_ce, &str, &z_len, &z_len_… in PHP_FUNCTION()
2572 if (z_len < 0) { in PHP_FUNCTION()
2576 if (z_len > (zend_long)ZSTR_LEN(str)) { in PHP_FUNCTION()
2580 len = z_len; in PHP_FUNCTION()

Completed in 15 milliseconds