Searched refs:outlen (Results 1 – 5 of 5) sorted by relevance
/PHP-7.1/ext/xmlrpc/libxmlrpc/ |
H A D | encodings.c | 67 int outlen = src_len; in convert() local 77 outbuf = (char*)malloc(outlen + 1); in convert() 86 outlen += inlenleft; in convert() 88 outbuf = (char*)realloc(outbuf, outlen + 1); in convert() 104 outlen -= outlenleft; in convert() 107 *new_len = outbuf ? outlen : 0; in convert() 110 outbuf[outlen] = 0; in convert()
|
/PHP-7.1/ext/pdo_odbc/ |
H A D | odbc_stmt.c | 61 zend_ulong buflen, zend_ulong *outlen) in pdo_odbc_utf82ucs2() argument 88 *outlen = ret; in pdo_odbc_utf82ucs2() 96 zend_ulong buflen, zend_ulong *outlen) in pdo_odbc_ucs22utf8() argument 118 *outlen = ret; in pdo_odbc_ucs22utf8() 119 S->convbuf[*outlen] = '\0'; in pdo_odbc_ucs22utf8()
|
/PHP-7.1/ext/imap/ |
H A D | php_imap.c | 2829 outlen = 0; in PHP_FUNCTION() 2838 outlen++; in PHP_FUNCTION() 2845 outlen++; in PHP_FUNCTION() 2861 outlen++; in PHP_FUNCTION() 2866 outlen++; in PHP_FUNCTION() 2968 outlen = 0; in PHP_FUNCTION() 2975 outlen++; in PHP_FUNCTION() 2977 outlen++; in PHP_FUNCTION() 2979 outlen++; in PHP_FUNCTION() 2991 outlen++; in PHP_FUNCTION() [all …]
|
/PHP-7.1/ext/openssl/ |
H A D | openssl.c | 6387 int i=0, outlen; in PHP_FUNCTION() local 6417 php_openssl_cipher_update(cipher_type, cipher_ctx, &mode, &outbuf, &outlen, in PHP_FUNCTION() 6421 outlen += i; in PHP_FUNCTION() 6423 ZSTR_VAL(outbuf)[outlen] = '\0'; in PHP_FUNCTION() 6424 ZSTR_LEN(outbuf) = outlen; in PHP_FUNCTION() 6429 base64_str = php_base64_encode((unsigned char*)ZSTR_VAL(outbuf), outlen); in PHP_FUNCTION() 6485 int i = 0, outlen; in PHP_FUNCTION() local 6533 php_openssl_cipher_update(cipher_type, cipher_ctx, &mode, &outbuf, &outlen, in PHP_FUNCTION() 6538 outlen += i; in PHP_FUNCTION() 6539 ZSTR_VAL(outbuf)[outlen] = '\0'; in PHP_FUNCTION() [all …]
|
H A D | xp_ssl.c | 1428 static unsigned char *alpn_protos_parse(unsigned short *outlen, const char *in) in alpn_protos_parse() argument 1457 *outlen = len + 1; in alpn_protos_parse() 1462 static int server_alpn_callback(SSL *ssl_handle, const unsigned char **out, unsigned char *outlen, in server_alpn_callback() argument 1468 ((unsigned char **)out, outlen, sslsock->alpn_ctx->data, sslsock->alpn_ctx->len, in, in server_alpn_callback()
|
Completed in 56 milliseconds