Home
last modified time | relevance | path

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

/PHP-5.5/ext/pgsql/
H A Dpgsql.c5109 char *src, *tmp_name, *tmp_name2 = NULL; local
5122 tmp_name = php_strtok_r(src, ".", &tmp_name2);
5128 if (!tmp_name2 || !*tmp_name2) {
5130 tmp_name2 = tmp_name;
5138 escaped = (char *)safe_emalloc(strlen(tmp_name2), 2, 1);
5139 new_len = PQescapeStringConn(pg_link, escaped, tmp_name2, strlen(tmp_name2), NULL);

Completed in 18 milliseconds