Home
last modified time | relevance | path

Searched refs:line_len (Results 1 – 14 of 14) sorted by relevance

/PHP-7.1/ext/standard/
H A Dfilters.c332 unsigned int line_len; member
365 inst->line_ccnt = line_len; in php_conv_base64_encode_ctor()
366 inst->line_len = line_len; in php_conv_base64_encode_ctor()
543 line_ccnt = inst->line_len; in php_conv_base64_encode_convert()
745 unsigned int line_len; member
974 inst->line_ccnt = line_len; in php_conv_qprint_encode_ctor()
975 inst->line_len = line_len; in php_conv_qprint_encode_ctor()
1302 unsigned int line_len = 0; in php_conv_open() local
1309 if (line_len < 4) { in php_conv_open()
1345 unsigned int line_len = 0; in php_conv_open() local
[all …]
H A Dhead.c49 ctr.line_len = (uint)len; in PHP_FUNCTION()
65 ctr.line_len = (uint)len; in PHP_FUNCTION()
183 ctr.line_len = (uint)strlen(cookie); in php_setcookie()
H A Dfile.c999 size_t line_len = 0; in PHP_FUNCTION() local
1013 buf = php_stream_get_line(stream, NULL, 0, &line_len); in PHP_FUNCTION()
1018 RETVAL_STRINGL(buf, line_len); in PHP_FUNCTION()
1027 if (php_stream_get_line(stream, ZSTR_VAL(str), len, &line_len) == NULL) { in PHP_FUNCTION()
1033 if (line_len < (size_t)len / 2) { in PHP_FUNCTION()
1034 str = zend_string_truncate(str, line_len, 0); in PHP_FUNCTION()
1036 ZSTR_LEN(str) = line_len; in PHP_FUNCTION()
/PHP-7.1/ext/interbase/
H A Dibase_service.c277 zend_long heap_buf_size = 200, line_len; in _php_ibase_service_query() local
304 if (! (line_len = isc_vax_integer(result, 2))) { in _php_ibase_service_query()
314 if (!heap_buf || (heap_p - heap_buf + line_len +2) > heap_buf_size) { in _php_ibase_service_query()
317 while (heap_buf_size < (res_size + line_len +2)) { in _php_ibase_service_query()
324 *(result+line_len) = 0; in _php_ibase_service_query()
326 heap_p += line_len +1; in _php_ibase_service_query()
/PHP-7.1/ext/iconv/tests/
H A Diconv_mime_encode.phpt20 for ($line_len= 0; $line_len < 80; ++$line_len) {
21 print "-------- line length=$line_len\n";
22 $preference["line-length"] = $line_len;
28 var_dump(($max <= $line_len));
/PHP-7.1/main/
H A DSAPI.h170 size_t line_len; member
H A DSAPI.c627 ctr.line_len = header_line_len; in sapi_add_header_ex()
690 if (!p->line || !p->line_len) { in sapi_header_op()
694 header_line_len = p->line_len; in sapi_header_op()
H A Dmain.c1245 ctr.line_len = sizeof("HTTP/1.0 500 Internal Server Error") - 1; in php_error_cb()
/PHP-7.1/ext/pdo_pgsql/
H A Dpgsql_driver.c710 size_t line_len = 0; in PHP_METHOD() local
713 while ((buf = php_stream_get_line(stream, NULL, 0, &line_len)) != NULL) { in PHP_METHOD()
714 if (PQputCopyData(H->server, buf, line_len) != 1) { in PHP_METHOD()
/PHP-7.1/ext/spl/
H A Dspl_directory.c2019 size_t line_len = 0; in spl_filesystem_file_read() local
2033 …if (php_stream_get_line(intern->u.file.stream, buf, intern->u.file.max_line_len + 1, &line_len) ==… in spl_filesystem_file_read()
2037 buf[line_len] = '\0'; in spl_filesystem_file_read()
2040 buf = php_stream_get_line(intern->u.file.stream, NULL, 0, &line_len); in spl_filesystem_file_read()
2048 line_len = strcspn(buf, "\r\n"); in spl_filesystem_file_read()
2049 buf[line_len] = '\0'; in spl_filesystem_file_read()
2053 intern->u.file.current_line_len = line_len; in spl_filesystem_file_read()
/PHP-7.1/ext/phar/
H A Dphar_object.c172 ctr.line_len = spprintf(&(ctr.line), 0, "Content-type: %s", mime_type); in phar_file_action()
175 ctr.line_len = spprintf(&(ctr.line), 0, "Content-length: %u", info->uncompressed_filesize); in phar_file_action()
306 ctr.line_len = sizeof("HTTP/1.0 403 Access Denied")-1; in phar_do_403()
330 ctr.line_len = sizeof("HTTP/1.0 404 Not Found")-1; in phar_do_404()
783 ctr.line_len = sizeof("HTTP/1.1 301 Moved Permanently")-1; in PHP_METHOD()
796 ctr.line_len = spprintf(&(ctr.line), 4096, "Location: %s%s", path_info, entry + 1); in PHP_METHOD()
798 ctr.line_len = spprintf(&(ctr.line), 4096, "Location: %s%s", path_info, entry); in PHP_METHOD()
/PHP-7.1/ext/iconv/
H A Diconv.c2257 zend_long line_len = 76; in PHP_FUNCTION() local
2309 line_len = zval_get_long(pzval); in PHP_FUNCTION()
2323 ZSTR_VAL(field_value), ZSTR_LEN(field_value), line_len, lfchars, scheme_id, in PHP_FUNCTION()
/PHP-7.1/ext/openssl/
H A Dxp_ssl.c760 size_t line_len; in load_stream_cafile() local
775 line = php_stream_get_line(stream, NULL, 0, &line_len); in load_stream_cafile()
793 line = php_stream_get_line(stream, NULL, 0, &line_len); in load_stream_cafile()
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_main.c1983 ctr.line_len = strlen(CGIG(error_header));

Completed in 90 milliseconds