Searched refs:qcount (Results 1 – 2 of 2) sorted by relevance
237 int qcount = 0; in firebird_handle_quoter() local250 for (co = unquoted; (co = strchr(co,'\'')); qcount++, co++); in firebird_handle_quoter()252 *quotedlen = unquotedlen + qcount + 2; in firebird_handle_quoter()
365 int qcount = 0; in oci_handle_quoter() local377 for (cu = unquoted; (cu = strchr(cu,'\'')); qcount++, cu++) in oci_handle_quoter()380 *quotedlen = unquotedlen + qcount + 2; in oci_handle_quoter()
Completed in 8 milliseconds