Home
last modified time | relevance | path

Searched refs:qcount (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_driver.c246 int qcount = 0; in firebird_handle_quoter() local
259 for (co = unquoted; (co = strchr(co,'\'')); qcount++, co++); in firebird_handle_quoter()
261 *quotedlen = unquotedlen + qcount + 2; in firebird_handle_quoter()
/PHP-7.4/ext/pdo_oci/
H A Doci_driver.c363 int qcount = 0; in oci_handle_quoter() local
375 for (cu = unquoted; (cu = strchr(cu,'\'')); qcount++, cu++) in oci_handle_quoter()
378 *quotedlen = unquotedlen + qcount + 2; in oci_handle_quoter()

Completed in 7 milliseconds