Searched refs:strtext (Results 1 – 1 of 1) sorted by relevance
4407 static unsigned char * php_pgsql_unescape_bytea(unsigned char *strtext, size_t *retbuflen) argument4415 if (strtext == NULL)4417 buflen = strlen(strtext); /* will shrink, also we discover if4420 for (bp = buffer, sp = strtext; *sp != '\0'; bp++, sp++)
Completed in 31 milliseconds