| /PHP_TRUNK/ext/iconv/ |
| H A D | iconv.c | 2134 long line_len = 76; local 2195 line_len = Z_LVAL_P(pval); 2218 field_value, field_value_len, line_len, lfchars, scheme_id,
|
| /PHP_TRUNK/ext/interbase/ |
| H A D | ibase_service.c | 279 long heap_buf_size = 200, line_len; local 306 if (! (line_len = isc_vax_integer(result, 2))) { 314 if (!heap_buf || (heap_p - heap_buf + line_len +2) > heap_buf_size) { 317 while (heap_buf_size < (res_size + line_len +2)) { 324 *(result+line_len) = 0; 326 heap_p += line_len +1;
|
| /PHP_TRUNK/ext/pdo_pgsql/ |
| H A D | pgsql_driver.c | 671 size_t line_len = 0; local 674 while ((buf = php_stream_get_line(stream, NULL, 0, &line_len)) != NULL) { 675 if (PQputCopyData(H->server, buf, line_len) != 1) {
|
| /PHP_TRUNK/ext/standard/ |
| H A D | filters.c | 338 unsigned int line_len; member in struct:_php_conv_base64_encode 367 static php_conv_err_t php_conv_base64_encode_ctor(php_conv_base64_encode *inst, unsigned int line_len, const char *lbchars, size_t lbchars_len, int lbchars_dup, int persistent) argument 372 inst->line_ccnt = line_len; 373 inst->line_len = line_len; 417 line_ccnt = inst->line_len; 440 line_ccnt = inst->line_len; 495 line_ccnt = inst->line_len; 522 line_ccnt = inst->line_len; 550 line_ccnt = inst->line_len; 750 unsigned int line_len; member in struct:_php_conv_qprint_encode 934 php_conv_qprint_encode_ctor(php_conv_qprint_encode *inst, unsigned int line_len, const char *lbchars, size_t lbchars_len, int lbchars_dup, int opts, int persistent) argument 1336 unsigned int line_len = 0; local 1379 unsigned int line_len = 0; local [all...] |
| H A D | file.c | 1000 size_t line_len = 0; local 1011 buf = php_stream_get_line(stream, NULL, 0, &line_len); 1022 if (php_stream_get_line(stream, buf, len, &line_len) == NULL) { 1027 ZVAL_STRINGL(return_value, buf, line_len, 0); 1031 Z_STRVAL_P(return_value) = erealloc(buf, line_len + 1);
|
| H A D | head.c | 45 &ctr.line_len, &rep, &ctr.response_code) == FAILURE) 59 &ctr.line_len) == FAILURE) 167 ctr.line_len = strlen(cookie);
|
| /PHP_TRUNK/main/ |
| H A D | SAPI.c | 628 ctr.line_len = header_line_len; 691 if (!p->line || !p->line_len) { 695 header_line_len = p->line_len;
|
| H A D | SAPI.h | 168 uint line_len; member in struct:__anon273
|
| H A D | main.c | 1154 ctr.line_len = sizeof("HTTP/1.0 500 Internal Server Error") - 1;
|
| /PHP_TRUNK/sapi/pi3web/ |
| H A D | pi3web_sapi.c | 382 ctr.line_len = strlen(ctr.line);
|
| /PHP_TRUNK/sapi/tux/ |
| H A D | php_tux.c | 198 ctr.line_len = slprintf(buf, sizeof(buf), "Server: %s", TUXAPI_version);
|
| /PHP_TRUNK/ext/spl/ |
| H A D | spl_directory.c | 2045 size_t line_len = 0; local 2059 if (php_stream_get_line(intern->u.file.stream, buf, intern->u.file.max_line_len, &line_len) == NULL) { 2063 buf[line_len] = '\0'; 2066 buf = php_stream_get_line(intern->u.file.stream, NULL, 0, &line_len); 2074 line_len = strcspn(buf, "\r\n"); 2075 buf[line_len] = '\0'; 2079 intern->u.file.current_line_len = line_len;
|
| /PHP_TRUNK/sapi/fpm/fpm/ |
| H A D | fpm_main.c | 1950 ctr.line_len = strlen(CGIG(error_header));
|
| /PHP_TRUNK/ext/phar/ |
| H A D | phar_object.c | 200 ctr.line_len = spprintf(&(ctr.line), 0, "Content-type: %s", mime_type); 203 ctr.line_len = spprintf(&(ctr.line), 0, "Content-length: %u", info->uncompressed_filesize); 338 ctr.line_len = sizeof("HTTP/1.0 403 Access Denied")-1; 363 ctr.line_len = sizeof("HTTP/1.0 404 Not Found")-1; 803 ctr.line_len = sizeof("HTTP/1.1 301 Moved Permanently")-1; 816 ctr.line_len = spprintf(&(ctr.line), 4096, "Location: %s%s", path_info, entry + 1); 818 ctr.line_len = spprintf(&(ctr.line), 4096, "Location: %s%s", path_info, entry);
|