Searched refs:pbuffer (Results 1 – 2 of 2) sorted by relevance
/PHP-5.4/TSRM/ |
H A D | tsrm_virtual_cwd.c | 338 REPARSE_DATA_BUFFER * pbuffer; in php_sys_stat_ex() local 349 tsrm_free_alloca(pbuffer, use_heap_large); in php_sys_stat_ex() 366 tsrm_free_alloca(pbuffer, use_heap_large); in php_sys_stat_ex() 871 REPARSE_DATA_BUFFER * pbuffer; in tsrm_realpath_r() local 891 if (pbuffer == NULL) { in tsrm_realpath_r() 895 tsrm_free_alloca(pbuffer, use_heap_large); in tsrm_realpath_r() 911 tsrm_free_alloca(pbuffer, use_heap_large); in tsrm_realpath_r() 923 tsrm_free_alloca(pbuffer, use_heap_large); in tsrm_realpath_r() 937 tsrm_free_alloca(pbuffer, use_heap_large); in tsrm_realpath_r() 958 tsrm_free_alloca(pbuffer, use_heap_large); in tsrm_realpath_r() [all …]
|
/PHP-5.4/ext/standard/ |
H A D | user_filters.c | 514 char *pbuffer; in PHP_FUNCTION() local 524 if (!(pbuffer = pemalloc(buffer_len, php_stream_is_persistent(stream)))) { in PHP_FUNCTION() 528 memcpy(pbuffer, buffer, buffer_len); in PHP_FUNCTION() 530 …bucket = php_stream_bucket_new(stream, pbuffer, buffer_len, 1, php_stream_is_persistent(stream) TS… in PHP_FUNCTION()
|
Completed in 20 milliseconds