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