Home
last modified time | relevance | path

Searched refs:maxlen_is_null (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/standard/
H A Dstreamsfuncs.c445 bool maxlen_is_null = 1; in PHP_FUNCTION() local
451 Z_PARAM_LONG_OR_NULL(maxlen, maxlen_is_null) in PHP_FUNCTION()
455 if (maxlen_is_null) { in PHP_FUNCTION()
498 bool maxlen_is_null = 1; in PHP_FUNCTION() local
506 Z_PARAM_LONG_OR_NULL(maxlen, maxlen_is_null) in PHP_FUNCTION()
510 if (maxlen_is_null) { in PHP_FUNCTION()
H A Dfile.c398 bool maxlen_is_null = 1; in PHP_FUNCTION() local
410 Z_PARAM_LONG_OR_NULL(maxlen, maxlen_is_null) in PHP_FUNCTION()
413 if (maxlen_is_null) { in PHP_FUNCTION()
1006 bool maxlen_is_null = 1; in PHP_FUNCTION() local
1013 Z_PARAM_LONG_OR_NULL(maxlen, maxlen_is_null) in PHP_FUNCTION()
1016 if (maxlen_is_null) { in PHP_FUNCTION()
/php-src/ext/phar/
H A Dfunc_interceptors.c166 bool maxlen_is_null = 1; in PHAR_FUNC() local
179 …|br!ll!", &filename, &use_include_path, &zcontext, &offset, &maxlen, &maxlen_is_null) == FAILURE) { in PHAR_FUNC()
183 if (maxlen_is_null) { in PHAR_FUNC()

Completed in 23 milliseconds