Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dscanf.c851 ZEND_TRY_ASSIGN_REF_STRINGL(current, string, end - string); in php_sscanf_internal()
891 ZEND_TRY_ASSIGN_REF_STRINGL(current, string, end - string); in php_sscanf_internal()
/php-src/ext/sysvmsg/
H A Dsysvmsg.c333 ZEND_TRY_ASSIGN_REF_STRINGL(out_message, messagebuffer->mtext, result); in PHP_FUNCTION()
/php-src/ext/openssl/
H A Dopenssl.c1851 ZEND_TRY_ASSIGN_REF_STRINGL(zout, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
2733 ZEND_TRY_ASSIGN_REF_STRINGL(zout, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
3174 ZEND_TRY_ASSIGN_REF_STRINGL(zout, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
4865 ZEND_TRY_ASSIGN_REF_STRINGL(out, bio_mem_ptr, bio_mem_len); in PHP_FUNCTION()
/php-src/ext/ldap/
H A Dldap.c3430 ZEND_TRY_ASSIGN_REF_STRINGL(retdata, lretdata->bv_val, lretdata->bv_len); in PHP_FUNCTION()
3960 ZEND_TRY_ASSIGN_REF_STRINGL(retdata, lretdata->bv_val, lretdata->bv_len); in php_ldap_exop()
/php-src/Zend/
H A Dzend_API.h1335 #define ZEND_TRY_ASSIGN_REF_STRINGL(zv, string, len) do { \ macro

Completed in 58 milliseconds