Home
last modified time | relevance | path

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

/PHP-7.1/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); 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-7.1/ext/pdo_mysql/
H A Dmysql_driver.c166 char *nsql = NULL; in mysql_handle_preparer() local
188 ret = pdo_parse_params(stmt, (char*)sql, sql_len, &nsql, &nsql_len); in mysql_handle_preparer()
192 sql = nsql; in mysql_handle_preparer()
202 if (nsql) { in mysql_handle_preparer()
203 efree(nsql); in mysql_handle_preparer()
212 if (nsql) { in mysql_handle_preparer()
213 efree(nsql); in mysql_handle_preparer()
218 if (nsql) { in mysql_handle_preparer()
219 efree(nsql); in mysql_handle_preparer()
223 if (nsql) { in mysql_handle_preparer()
[all …]
/PHP-7.1/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); 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()
316 if (nsql) { in oci_handle_preparer()
317 efree(nsql); in oci_handle_preparer()
318 nsql = NULL; in oci_handle_preparer()
/PHP-7.1/ext/pdo_pgsql/
H A Dpgsql_driver.c239 char *nsql = NULL; in pgsql_handle_preparer() local
272 ret = pdo_parse_params(stmt, (char*)sql, sql_len, &nsql, &nsql_len); in pgsql_handle_preparer()
276 sql = nsql; in pgsql_handle_preparer()
289 if (nsql) { in pgsql_handle_preparer()
290 S->query = nsql; in pgsql_handle_preparer()

Completed in 19 milliseconds