Lines Matching refs:new_len
782 size_t new_len;
789 new_len = PQescapeStringConn(conn, tmp, str, len, NULL);
790 strncpy(rp, tmp, new_len);
792 rp += new_len;
5095 size_t new_len; local
5122 new_len = PQescapeStringConn(pg_link, escaped, tmp_name2, strlen(tmp_name2), NULL);
5123 if (new_len) {
5124 smart_str_appendl(&querystr, escaped, new_len);
5130 new_len = PQescapeStringConn(pg_link, escaped, tmp_name, strlen(tmp_name), NULL);
5131 if (new_len) {
5132 smart_str_appendl(&querystr, escaped, new_len);