cbname            541 ext/pdo_sqlite/sqlite_driver.c 	char *cbname = NULL;
cbname            554 ext/pdo_sqlite/sqlite_driver.c 	if (!zend_is_callable(callback, 0, &cbname TSRMLS_CC)) {
cbname            555 ext/pdo_sqlite/sqlite_driver.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "function '%s' is not callable", cbname);
cbname            556 ext/pdo_sqlite/sqlite_driver.c 		efree(cbname);
cbname            559 ext/pdo_sqlite/sqlite_driver.c 	efree(cbname);
cbname            612 ext/pdo_sqlite/sqlite_driver.c 	char *cbname = NULL;
cbname            625 ext/pdo_sqlite/sqlite_driver.c 	if (!zend_is_callable(step_callback, 0, &cbname TSRMLS_CC)) {
cbname            626 ext/pdo_sqlite/sqlite_driver.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "function '%s' is not callable", cbname);
cbname            627 ext/pdo_sqlite/sqlite_driver.c 		efree(cbname);
cbname            630 ext/pdo_sqlite/sqlite_driver.c 	efree(cbname);
cbname            631 ext/pdo_sqlite/sqlite_driver.c 	if (!zend_is_callable(fini_callback, 0, &cbname TSRMLS_CC)) {
cbname            632 ext/pdo_sqlite/sqlite_driver.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "function '%s' is not callable", cbname);
cbname            633 ext/pdo_sqlite/sqlite_driver.c 		efree(cbname);
cbname            636 ext/pdo_sqlite/sqlite_driver.c 	efree(cbname);
cbname            674 ext/pdo_sqlite/sqlite_driver.c 	char *cbname = NULL;
cbname            687 ext/pdo_sqlite/sqlite_driver.c 	if (!zend_is_callable(callback, 0, &cbname TSRMLS_CC)) {
cbname            688 ext/pdo_sqlite/sqlite_driver.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "function '%s' is not callable", cbname);
cbname            689 ext/pdo_sqlite/sqlite_driver.c 		efree(cbname);
cbname            692 ext/pdo_sqlite/sqlite_driver.c 	efree(cbname);