Home
last modified time | relevance | path

Searched refs:thisquote (Results 1 – 25 of 43) sorted by relevance

12

/dports/databases/postgresql14-pltcl/postgresql-14.1/src/bin/psql/
H A Dstringutils.c144 char thisquote = *p++; in strtokx() local
150 else if (*p == thisquote && p[1] == thisquote) in strtokx()
152 else if (*p == thisquote) in strtokx()
178 strip_quotes(start, thisquote, escape, encoding); in strtokx()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/bin/psql/
H A Dstringutils.c144 char thisquote = *p++; in strtokx() local
150 else if (*p == thisquote && p[1] == thisquote) in strtokx()
152 else if (*p == thisquote) in strtokx()
178 strip_quotes(start, thisquote, escape, encoding); in strtokx()
/dports/databases/postgresql14-server/postgresql-14.1/src/bin/psql/
H A Dstringutils.c144 char thisquote = *p++; in strtokx() local
150 else if (*p == thisquote && p[1] == thisquote) in strtokx()
152 else if (*p == thisquote) in strtokx()
178 strip_quotes(start, thisquote, escape, encoding); in strtokx()
/dports/databases/postgresql14-docs/postgresql-14.1/src/bin/psql/
H A Dstringutils.c144 char thisquote = *p++; in strtokx() local
150 else if (*p == thisquote && p[1] == thisquote) in strtokx()
152 else if (*p == thisquote) in strtokx()
178 strip_quotes(start, thisquote, escape, encoding); in strtokx()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/bin/psql/
H A Dstringutils.c144 char thisquote = *p++; in strtokx() local
150 else if (*p == thisquote && p[1] == thisquote) in strtokx()
152 else if (*p == thisquote) in strtokx()
178 strip_quotes(start, thisquote, escape, encoding); in strtokx()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/bin/psql/
H A Dstringutils.c144 char thisquote = *p++; in strtokx() local
150 else if (*p == thisquote && p[1] == thisquote) in strtokx()
152 else if (*p == thisquote) in strtokx()
178 strip_quotes(start, thisquote, escape, encoding); in strtokx()
/dports/databases/postgresql14-client/postgresql-14.1/src/bin/psql/
H A Dstringutils.c144 char thisquote = *p++; in strtokx() local
150 else if (*p == thisquote && p[1] == thisquote) in strtokx()
152 else if (*p == thisquote) in strtokx()
178 strip_quotes(start, thisquote, escape, encoding); in strtokx()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/bin/psql/
H A Dstringutils.c146 char thisquote = *p++; in strtokx() local
152 else if (*p == thisquote && p[1] == thisquote) in strtokx()
154 else if (*p == thisquote) in strtokx()
180 strip_quotes(start, thisquote, escape, encoding); in strtokx()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/bin/psql/
H A Dstringutils.c146 char thisquote = *p++; in strtokx() local
152 else if (*p == thisquote && p[1] == thisquote) in strtokx()
154 else if (*p == thisquote) in strtokx()
180 strip_quotes(start, thisquote, escape, encoding); in strtokx()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/bin/psql/
H A Dstringutils.c146 char thisquote = *p++; in strtokx() local
152 else if (*p == thisquote && p[1] == thisquote) in strtokx()
154 else if (*p == thisquote) in strtokx()
180 strip_quotes(start, thisquote, escape, encoding); in strtokx()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/bin/psql/
H A Dstringutils.c146 char thisquote = *p++; in strtokx() local
152 else if (*p == thisquote && p[1] == thisquote) in strtokx()
154 else if (*p == thisquote) in strtokx()
180 strip_quotes(start, thisquote, escape, encoding); in strtokx()
/dports/databases/postgresql10-client/postgresql-10.19/src/bin/psql/
H A Dstringutils.c146 char thisquote = *p++; in strtokx() local
152 else if (*p == thisquote && p[1] == thisquote) in strtokx()
154 else if (*p == thisquote) in strtokx()
180 strip_quotes(start, thisquote, escape, encoding); in strtokx()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/bin/psql/
H A Dstringutils.c146 char thisquote = *p++; in strtokx() local
152 else if (*p == thisquote && p[1] == thisquote) in strtokx()
154 else if (*p == thisquote) in strtokx()
180 strip_quotes(start, thisquote, escape, encoding); in strtokx()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/bin/psql/
H A Dstringutils.c146 char thisquote = *p++; in strtokx() local
152 else if (*p == thisquote && p[1] == thisquote) in strtokx()
154 else if (*p == thisquote) in strtokx()
180 strip_quotes(start, thisquote, escape, encoding); in strtokx()
/dports/databases/postgresql10-docs/postgresql-10.19/src/bin/psql/
H A Dstringutils.c146 char thisquote = *p++; in strtokx() local
152 else if (*p == thisquote && p[1] == thisquote) in strtokx()
154 else if (*p == thisquote) in strtokx()
180 strip_quotes(start, thisquote, escape, encoding); in strtokx()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/bin/psql/
H A Dstringutils.c146 char thisquote = *p++; in strtokx() local
152 else if (*p == thisquote && p[1] == thisquote) in strtokx()
154 else if (*p == thisquote) in strtokx()
180 strip_quotes(start, thisquote, escape, encoding); in strtokx()
/dports/databases/postgresql11-docs/postgresql-11.14/src/bin/psql/
H A Dstringutils.c146 char thisquote = *p++; in strtokx() local
152 else if (*p == thisquote && p[1] == thisquote) in strtokx()
154 else if (*p == thisquote) in strtokx()
180 strip_quotes(start, thisquote, escape, encoding); in strtokx()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/bin/psql/
H A Dstringutils.c146 char thisquote = *p++;
152 else if (*p == thisquote && p[1] == thisquote)
154 else if (*p == thisquote)
180 strip_quotes(start, thisquote, escape, encoding);
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/bin/psql/
H A Dstringutils.c146 char thisquote = *p++; in strtokx() local
152 else if (*p == thisquote && p[1] == thisquote) in strtokx()
154 else if (*p == thisquote) in strtokx()
180 strip_quotes(start, thisquote, escape, encoding); in strtokx()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/bin/psql/
H A Dstringutils.c146 char thisquote = *p++; in strtokx() local
152 else if (*p == thisquote && p[1] == thisquote) in strtokx()
154 else if (*p == thisquote) in strtokx()
180 strip_quotes(start, thisquote, escape, encoding); in strtokx()
/dports/databases/postgresql10-server/postgresql-10.19/src/bin/psql/
H A Dstringutils.c146 char thisquote = *p++; in strtokx() local
152 else if (*p == thisquote && p[1] == thisquote) in strtokx()
154 else if (*p == thisquote) in strtokx()
180 strip_quotes(start, thisquote, escape, encoding); in strtokx()
/dports/databases/postgresql11-client/postgresql-11.14/src/bin/psql/
H A Dstringutils.c146 char thisquote = *p++; in strtokx() local
152 else if (*p == thisquote && p[1] == thisquote) in strtokx()
154 else if (*p == thisquote) in strtokx()
180 strip_quotes(start, thisquote, escape, encoding); in strtokx()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/bin/psql/
H A Dstringutils.c146 char thisquote = *p++; in strtokx() local
152 else if (*p == thisquote && p[1] == thisquote) in strtokx()
154 else if (*p == thisquote) in strtokx()
180 strip_quotes(start, thisquote, escape, encoding); in strtokx()
/dports/databases/postgresql13-server/postgresql-13.5/src/bin/psql/
H A Dstringutils.c146 char thisquote = *p++; in strtokx() local
152 else if (*p == thisquote && p[1] == thisquote) in strtokx()
154 else if (*p == thisquote) in strtokx()
180 strip_quotes(start, thisquote, escape, encoding); in strtokx()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/bin/psql/
H A Dstringutils.c146 char thisquote = *p++; in strtokx() local
152 else if (*p == thisquote && p[1] == thisquote) in strtokx()
154 else if (*p == thisquote) in strtokx()
180 strip_quotes(start, thisquote, escape, encoding); in strtokx()

12