strtext          4433 ext/pgsql/pgsql.c static unsigned char * php_pgsql_unescape_bytea(unsigned char *strtext, size_t *retbuflen) /* {{{ */
strtext          4441 ext/pgsql/pgsql.c 	if (strtext == NULL)
strtext          4443 ext/pgsql/pgsql.c 	buflen = strlen(strtext);	/* will shrink, also we discover if
strtext          4446 ext/pgsql/pgsql.c 	for (bp = buffer, sp = strtext; *sp != '\0'; bp++, sp++)