Home
last modified time | relevance | path

Searched refs:length (Results 1 – 25 of 620) sorted by last modified time

12345678910>>...25

/PHP-5.5/win32/build/
H A Dconfutils.js169 (path.charCodeAt(CWD.length) == 92 || path.charCodeAt(CWD.length) == 47)) {
188 if (j < b.length - 1)
280 if (this_line.length) {
294 if (this_line.length) {
301 if (this_line.length) {
334 if (arg.length > 1) {
543 place = place.substr(0, place.length - thing_to_find.length - 1);
664 var length = libnames.length;
2232 if (dir.length > 0 && dir.substr(dir.length - 1) != '/' && dir.substr(dir.length - 1) != '\\') {
2244 if (src.length > 0 && src.substr(src.length - 1) != '/' && src.substr(src.length - 1) != '\\') {
[all …]
H A Dcvsclean.js31 dirname_len = dirname.length;
112 if (l.length == 0 || re.test(l)) {
H A Dphpize.js.in68 for (i = 0; i < calls.length; i++) {
71 deps[deps.length] = RegExp.$1;
141 if (item.deps.length) {
163 if (item.deps.length == 0) {
181 for (i = 0; i < args.length; i++) {
186 if (arg.length > 1) {
248 for (i = 0; i < calls.length; i++) {
H A Dprojectgen.js10 for(i = 0; i < arr.length; i++) {
44 for (i = 0; i < arr.length; i++) {
45 if (arr[i].length > 1) {
121 for (i = 0; i < arr.length; i++) {
156 for (i = 0; i < defs.length; i++) {
163 ret += deps.substr(0, deps.length-1) + "\r\n# Begin Custom Build - ";
457 if (name.substr(name.length-2) == ".c") {
474 if (name.substr(name.length-2) == ".h") {
495 if (path.length > 0 && path != ext_dir) {
503 if (name.substr(name.length-2) == ".h") {
[all …]
H A Dsvnclean.js31 dirname_len = dirname.length;
112 if (l.length == 0 || re.test(l)) {
H A Dbuildconf.js89 for (i = 0; i < calls.length; i++) {
93 deps[deps.length] = RegExp.$1;
146 if (item.deps.length) {
167 if (item.deps.length == 0) {
185 for (i = 0; i < args.length; i++) {
190 if (arg.length > 1) {
198 module_dirs[module_dirs.length] = argval;
235 if (module_dirs.length == 0) {
241 for (i = 0; i < module_dirs.length; i++) {
253 for (i = 0; i < calls.length; i++) {
H A Dconfig.w3290 if (PHP_OBJECT_OUT_DIR.length) {
263 DEFINE("PGOPGD_DIR", ((PHP_PGO.length == 0 || PHP_PGO == "yes") ? "$(BUILD_DIR)" : PHP_PGO));
320 if (PHP_EXTRA_INCLUDES.length) {
322 for (i = 0; i < path.length; i++) {
329 if (PHP_EXTRA_LIBS.length) {
331 for (i = 0; i < path.length; i++) {
H A Dconfig.w32.phpize.in89 if (PHP_OBJECT_OUT_DIR.length) {
299 if (PHP_EXTRA_INCLUDES.length) {
301 for (i = 0; i < path.length; i++) {
308 if (PHP_EXTRA_LIBS.length) {
310 for (i = 0; i < path.length; i++) {
H A Dconfigure.tail5 if (!MODE_PHPIZE && sapi_enabled.length < 1) {
/PHP-5.5/tests/output/
H A Dob_start_basic_004.phpt2 ob_start() chunk_size: confirm buffer is flushed after any output call that causes its length to eq…
/PHP-5.5/
H A Dserver-tests.php1432 $length = strlen($wanted_re);
1433 while($startOffset < $length) {
1440 $end = $start = $length;
1444 $start = $end = $length;
H A Drun-tests.php1924 $length = strlen($wanted_re);
1925 while($startOffset < $length) {
1932 $end = $start = $length;
1936 $start = $end = $length;
/PHP-5.5/tests/basic/
H A D025.phpt2 Test HTTP_RAW_POST_DATA with excessive post length
H A Dreq44164.phpt14 header("Content-length: 200");
/PHP-5.5/sapi/nsapi/
H A Dnsapi.c596 int length, content_length = 0; in sapi_nsapi_read_post() local
613 length = MIN(count_bytes, length); in sapi_nsapi_read_post()
614 if (length > 0) { in sapi_nsapi_read_post()
616 bytes_read += length; in sapi_nsapi_read_post()
617 read_ptr += length; in sapi_nsapi_read_post()
618 content_length -= length; in sapi_nsapi_read_post()
619 nbuf->pos += length; in sapi_nsapi_read_post()
634 if (length == IO_ERROR || length == IO_EOF) { in sapi_nsapi_read_post()
638 bytes_read += length; in sapi_nsapi_read_post()
639 read_ptr += length; in sapi_nsapi_read_post()
[all …]
/PHP-5.5/sapi/tests/
H A Dtest007.phpt2 Multipart Form POST Data, incorrect content length
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch151 …, int status, char* title, char* encodings, char* extraheads, char* type, int length, time_t mod );
152 … status, char* title, char* encodings, char* extraheads, char* type, int length, time_t mod, const…
246 …c, int status, char* title, char* encodings, char* extraheads, char* type, int length, time_t mod )
247 … status, char* title, char* encodings, char* extraheads, char* type, int length, time_t mod, const…
261 hc->bytes_to_send = length;
329 - (long) hc->init_byte_loc, (long) hc->end_byte_loc, length,
338 + smart_str_append_long(&s, length);
344 else if ( length >= 0 )
347 - "Content-Length: %d\r\n", length );
350 + smart_str_append_long(&s, length);
[all …]
/PHP-5.5/scripts/apache/
H A Dconffix.awk15 print "php_admin_value " phpcommand " " substr($0,index($0,$1)+length($1)+1)
H A Dhtaccessfix.awk15 print "php_value " phpcommand " " substr($0,index($0,$1)+length($1)+1)
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in318 ; content length - the content length of the request (only with POST);
342 ; content length: 0
399 ; %l: content-length of the request (for POST request only)
/PHP-5.5/sapi/cli/
H A Dphp_cli_process_title.c55 int length = 0; in PHP_FUNCTION() local
63 rc = get_ps_title(&length, &title); in PHP_FUNCTION()
69 RETURN_STRINGL(title, length, 1); in PHP_FUNCTION()
H A Dphp_cli_server.c1644 normalize_vpath(&vpath, &vpath_len, at, length, 1); in php_cli_server_client_read_request_on_path()
1654 client->request.query_string = pestrndup(at, length, 1); in php_cli_server_client_read_request_on_query_string()
1655 client->request.query_string_len = length; in php_cli_server_client_read_request_on_query_string()
1659 …t php_cli_server_client_read_request_on_url(php_http_parser *parser, const char *at, size_t length) in php_cli_server_client_read_request_on_url() argument
1663 client->request.request_uri = pestrndup(at, length, 1); in php_cli_server_client_read_request_on_url()
1664 client->request.request_uri_len = length; in php_cli_server_client_read_request_on_url()
1681 client->current_header_name_len = length; in php_cli_server_client_read_request_on_header_field()
1688 char *value = pestrndup(at, length, 1); in php_cli_server_client_read_request_on_header_value()
1731 …client->request.content = perealloc(client->request.content, client->request.content_len + length,… in php_cli_server_client_read_request_on_body()
1732 memmove(client->request.content + client->request.content_len, at, length); in php_cli_server_client_read_request_on_body()
[all …]
H A Dphp_http_parser.h72 typedef int (*php_http_data_cb) (php_http_parser*, const char *at, size_t length);
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c1050 long length; in PHP_FUNCTION() local
1054 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &length) == FAILURE) { in PHP_FUNCTION()
1060 ap_set_content_length(r, length); in PHP_FUNCTION()
/PHP-5.5/pear/
H A Dfetch.php43 $length = (int)(($bytes_transferred/$filesize)*100);
44 …printf("\r[%-100s] %d%% (%2d/%2d kb)", str_repeat("=", $length). ">", $length, ($bytes_transferred…

Completed in 82 milliseconds

12345678910>>...25