Home
last modified time | relevance | path

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

/PHP-7.4/ext/oci8/
H A Doci8_interface.c1910 size_t edition_len; in PHP_FUNCTION() local
1913 Z_PARAM_STRING(edition, edition_len) in PHP_FUNCTION()
1921 OCI_G(edition) = (char *)safe_emalloc(edition_len+1, sizeof(char), 0); in PHP_FUNCTION()
1922 memcpy(OCI_G(edition), edition, edition_len); in PHP_FUNCTION()
1923 OCI_G(edition)[edition_len] = '\0'; in PHP_FUNCTION()

Completed in 9 milliseconds