Searched refs:nsql (Results 1 – 4 of 4) sorted by relevance
/PHP-7.0/ext/pdo_odbc/ |
H A D | odbc_driver.c | 152 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.0/ext/pdo_mysql/ |
H A D | mysql_driver.c | 166 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.0/ext/pdo_oci/ |
H A D | oci_driver.c | 256 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.0/ext/pdo_pgsql/ |
H A D | pgsql_driver.c | 241 char *nsql = NULL; in pgsql_handle_preparer() local 274 ret = pdo_parse_params(stmt, (char*)sql, sql_len, &nsql, &nsql_len); in pgsql_handle_preparer() 278 sql = nsql; in pgsql_handle_preparer() 291 if (nsql) { in pgsql_handle_preparer() 292 S->query = nsql; in pgsql_handle_preparer()
|
Completed in 12 milliseconds