max_memory       2351 ext/spl/spl_directory.c 	long max_memory = PHP_STREAM_MAX_MEM;
max_memory       2358 ext/spl/spl_directory.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|l", &max_memory) == FAILURE) {
max_memory       2363 ext/spl/spl_directory.c 	if (max_memory < 0) {
max_memory       2367 ext/spl/spl_directory.c 		intern->file_name_len = slprintf(tmp_fname, sizeof(tmp_fname), "php://temp/maxmemory:%ld", max_memory);
max_memory       3122 ext/spl/spl_directory.c 	ZEND_ARG_INFO(0, max_memory)
max_memory        181 ext/standard/php_fopen_wrapper.c 	long max_memory;
max_memory        190 ext/standard/php_fopen_wrapper.c 		max_memory = PHP_STREAM_MAX_MEM;
max_memory        193 ext/standard/php_fopen_wrapper.c 			max_memory = strtol(path, NULL, 10);
max_memory        194 ext/standard/php_fopen_wrapper.c 			if (max_memory < 0) {
max_memory        204 ext/standard/php_fopen_wrapper.c 		return php_stream_temp_create(mode_rw, max_memory);