Searched refs:outlen (Results 1 – 4 of 4) sorted by relevance
66 int outlen = src_len; in convert() local76 outbuf = (char*)malloc(outlen + 1); in convert()85 outlen += inlenleft; in convert()87 outbuf = (char*)realloc(outbuf, outlen + 1); in convert()103 outlen -= outlenleft; in convert()106 *new_len = outbuf ? outlen : 0; in convert()109 outbuf[outlen] = 0; in convert()
61 unsigned long buflen, unsigned long *outlen) in pdo_odbc_utf82ucs2() argument88 *outlen = ret; in pdo_odbc_utf82ucs2()96 unsigned long buflen, unsigned long *outlen) in pdo_odbc_ucs22utf8() argument118 *outlen = ret; in pdo_odbc_ucs22utf8()119 S->convbuf[*outlen] = '\0'; in pdo_odbc_ucs22utf8()
2763 outlen = 0; in PHP_FUNCTION()2772 outlen++; in PHP_FUNCTION()2779 outlen++; in PHP_FUNCTION()2795 outlen++; in PHP_FUNCTION()2800 outlen++; in PHP_FUNCTION()2901 outlen = 0; in PHP_FUNCTION()2908 outlen++; in PHP_FUNCTION()2910 outlen++; in PHP_FUNCTION()2912 outlen++; in PHP_FUNCTION()2924 outlen++; in PHP_FUNCTION()[all …]
4847 int i=0, outlen, keylen; in PHP_FUNCTION() local4876 outbuf = emalloc(outlen + 1); in PHP_FUNCTION()4889 outlen = i; in PHP_FUNCTION()4891 outlen += i; in PHP_FUNCTION()4893 outbuf[outlen] = '\0'; in PHP_FUNCTION()4926 int i, outlen, keylen; in PHP_FUNCTION() local4969 outbuf = emalloc(outlen + 1); in PHP_FUNCTION()4980 outlen = i; in PHP_FUNCTION()4982 outlen += i; in PHP_FUNCTION()4983 outbuf[outlen] = '\0'; in PHP_FUNCTION()[all …]
Completed in 33 milliseconds