Home
last modified time | relevance | path

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

/PHP-7.4/ext/pdo_odbc/
H A Dodbc_driver.c150 char *nsql = NULL; in odbc_handle_preparer() local
159 ret = pdo_parse_params(stmt, (char*)sql, sql_len, &nsql, &nsql_len); in odbc_handle_preparer()
163 sql = nsql; in odbc_handle_preparer()
175 if (nsql) { in odbc_handle_preparer()
176 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.4/ext/pdo_oci/
H A Doci_driver.c248 char *nsql = NULL; in oci_handle_preparer() local
262 ret = pdo_parse_params(stmt, (char*)sql, sql_len, &nsql, &nsql_len); in oci_handle_preparer()
266 sql = nsql; in oci_handle_preparer()
283 if (nsql) { in oci_handle_preparer()
284 efree(nsql); in oci_handle_preparer()
285 nsql = NULL; in oci_handle_preparer()
308 if (nsql) { in oci_handle_preparer()
309 efree(nsql); in oci_handle_preparer()
310 nsql = NULL; in oci_handle_preparer()
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_driver.c167 char *nsql = NULL; in mysql_handle_preparer() local
189 ret = pdo_parse_params(stmt, (char*)sql, sql_len, &nsql, &nsql_len); in mysql_handle_preparer()
193 sql = nsql; in mysql_handle_preparer()
203 if (nsql) { in mysql_handle_preparer()
204 efree(nsql); in mysql_handle_preparer()
210 if (nsql) { in mysql_handle_preparer()
211 efree(nsql); in mysql_handle_preparer()
223 if (nsql) { in mysql_handle_preparer()
224 efree(nsql); in mysql_handle_preparer()
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_driver.c229 char *nsql = NULL; in pgsql_handle_preparer() local
270 ret = pdo_parse_params(stmt, (char*)sql, sql_len, &nsql, &nsql_len); in pgsql_handle_preparer()
278 S->query = nsql; in pgsql_handle_preparer()

Completed in 20 milliseconds