Home
last modified time | relevance | path

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

/PHP-8.2/ext/oci8/
H A Doci8_interface.c1724 size_t edition_len; in PHP_FUNCTION() local
1727 Z_PARAM_STRING(edition, edition_len) in PHP_FUNCTION()
1735 OCI_G(edition) = (char *)safe_emalloc(edition_len+1, sizeof(char), 0); in PHP_FUNCTION()
1736 memcpy(OCI_G(edition), edition, edition_len); in PHP_FUNCTION()
1737 OCI_G(edition)[edition_len] = '\0'; in PHP_FUNCTION()

Completed in 11 milliseconds