Searched refs:tmp_name2 (Results 1 – 1 of 1) sorted by relevance
/PHP-7.4/ext/pgsql/ |
H A D | pgsql.c | 5528 char *src, *tmp_name, *tmp_name2 = NULL; local 5541 tmp_name = php_strtok_r(src, ".", &tmp_name2); 5547 if (!tmp_name2 || !*tmp_name2) { 5549 tmp_name2 = tmp_name; 5572 escaped = (char *)safe_emalloc(strlen(tmp_name2), 2, 1); 5573 new_len = PQescapeStringConn(pg_link, escaped, tmp_name2, strlen(tmp_name2), NULL);
|
Completed in 26 milliseconds