Searched refs:edition_len (Results 1 – 1 of 1) sorted by relevance
1786 int edition_len; local1788 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &edition, &edition_len) == FAILURE) {1798 OCI_G(edition) = (char *)safe_emalloc(edition_len+1, sizeof(text), 0);1799 memcpy(OCI_G(edition), edition, edition_len);1800 OCI_G(edition)[edition_len] = '\0';
Completed in 9 milliseconds