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