Home
last modified time | relevance | path

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

/PHP-5.3/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.3/ext/pdo_mysql/
H A Dmysql_driver.c191 char *nsql = NULL; in mysql_handle_preparer() local
215 ret = pdo_parse_params(stmt, (char*)sql, sql_len, &nsql, &nsql_len TSRMLS_CC); in mysql_handle_preparer()
219 sql = nsql; in mysql_handle_preparer()
229 if (nsql) { in mysql_handle_preparer()
230 efree(nsql); in mysql_handle_preparer()
239 if (nsql) { in mysql_handle_preparer()
240 efree(nsql); in mysql_handle_preparer()
245 if (nsql) { in mysql_handle_preparer()
246 efree(nsql); in mysql_handle_preparer()
250 if (nsql) { in mysql_handle_preparer()
[all …]
/PHP-5.3/ext/pdo_oci/
H A Doci_driver.c254 char *nsql = NULL; in oci_handle_preparer() local
268 ret = pdo_parse_params(stmt, (char*)sql, sql_len, &nsql, &nsql_len TSRMLS_CC); in oci_handle_preparer()
272 sql = nsql; in oci_handle_preparer()
289 if (nsql) { in oci_handle_preparer()
290 efree(nsql); in oci_handle_preparer()
291 nsql = NULL; in oci_handle_preparer()
316 if (nsql) { in oci_handle_preparer()
317 efree(nsql); in oci_handle_preparer()
318 nsql = NULL; in oci_handle_preparer()
/PHP-5.3/ext/pdo_pgsql/
H A Dpgsql_driver.c220 char *nsql = NULL; in pgsql_handle_preparer() local
255 ret = pdo_parse_params(stmt, (char*)sql, sql_len, &nsql, &nsql_len TSRMLS_CC); in pgsql_handle_preparer()
259 sql = nsql; in pgsql_handle_preparer()
269 if (nsql) { in pgsql_handle_preparer()
270 S->query = nsql; in pgsql_handle_preparer()

Completed in 16 milliseconds