Searched refs:nsql (Results 1 – 4 of 4) sorted by relevance
/PHP-7.2/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.2/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.2/ext/pdo_oci/ |
H A D | oci_driver.c | 250 char *nsql = NULL; in oci_handle_preparer() local 264 ret = pdo_parse_params(stmt, (char*)sql, sql_len, &nsql, &nsql_len); in oci_handle_preparer() 268 sql = nsql; in oci_handle_preparer() 285 if (nsql) { in oci_handle_preparer() 286 efree(nsql); in oci_handle_preparer() 287 nsql = NULL; in oci_handle_preparer() 310 if (nsql) { in oci_handle_preparer() 311 efree(nsql); in oci_handle_preparer() 312 nsql = NULL; in oci_handle_preparer()
|
/PHP-7.2/ext/pdo_pgsql/ |
H A D | pgsql_driver.c | 239 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 17 milliseconds