Home
last modified time | relevance | path

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

/PHP-5.5/ext/pdo_odbc/
H A Dodbc_driver.c152 char *nsql = NULL; in odbc_handle_preparer() local
161 ret = pdo_parse_params(stmt, (char*)sql, sql_len, &nsql, &nsql_len TSRMLS_CC); in odbc_handle_preparer()
165 sql = nsql; in odbc_handle_preparer()
177 if (nsql) { in odbc_handle_preparer()
178 efree(nsql); in odbc_handle_preparer()
190 if (nsql) { in odbc_handle_preparer()
191 efree(nsql); in odbc_handle_preparer()
198 if (nsql) { in odbc_handle_preparer()
199 efree(nsql); in odbc_handle_preparer()
/PHP-5.5/ext/pdo_mysql/
H A Dmysql_driver.c168 char *nsql = NULL; in mysql_handle_preparer() local
190 ret = pdo_parse_params(stmt, (char*)sql, sql_len, &nsql, &nsql_len TSRMLS_CC); in mysql_handle_preparer()
194 sql = nsql; in mysql_handle_preparer()
204 if (nsql) { in mysql_handle_preparer()
205 efree(nsql); in mysql_handle_preparer()
214 if (nsql) { in mysql_handle_preparer()
215 efree(nsql); in mysql_handle_preparer()
220 if (nsql) { in mysql_handle_preparer()
221 efree(nsql); in mysql_handle_preparer()
225 if (nsql) { in mysql_handle_preparer()
[all …]
/PHP-5.5/ext/pdo_oci/
H A Doci_driver.c256 char *nsql = NULL; in oci_handle_preparer() local
270 ret = pdo_parse_params(stmt, (char*)sql, sql_len, &nsql, &nsql_len TSRMLS_CC); in oci_handle_preparer()
274 sql = nsql; in oci_handle_preparer()
291 if (nsql) { in oci_handle_preparer()
292 efree(nsql); in oci_handle_preparer()
293 nsql = NULL; in oci_handle_preparer()
318 if (nsql) { in oci_handle_preparer()
319 efree(nsql); in oci_handle_preparer()
320 nsql = NULL; in oci_handle_preparer()
/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_driver.c232 char *nsql = NULL; in pgsql_handle_preparer() local
267 ret = pdo_parse_params(stmt, (char*)sql, sql_len, &nsql, &nsql_len TSRMLS_CC); in pgsql_handle_preparer()
271 sql = nsql; in pgsql_handle_preparer()
281 if (nsql) { in pgsql_handle_preparer()
282 S->query = nsql; in pgsql_handle_preparer()

Completed in 19 milliseconds