Searched refs:device (Results 1 – 16 of 16) sorted by relevance
/PHP-7.2/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfl_memory_device.c | 143 if (device->pos >= device->length) { in mbfl_memory_device_output() 148 newlen = device->length + device->allocsz; in mbfl_memory_device_output() 170 if ((device->pos + 2) >= device->length) { in mbfl_memory_device_output2() 175 newlen = device->length + device->allocsz; in mbfl_memory_device_output2() 199 if ((device->pos + 4) >= device->length) { in mbfl_memory_device_output4() 204 newlen = device->length + device->allocsz; in mbfl_memory_device_output4() 239 if ((device->pos + len) >= device->length) { in mbfl_memory_device_strcat() 256 w = &device->buffer[device->pos]; in mbfl_memory_device_strcat() 287 w = &device->buffer[device->pos]; in mbfl_memory_device_strncat() 360 if (device->pos >= device->length) { in mbfl_wchar_device_output() [all …]
|
H A D | mbfl_memory_device.h | 53 MBFLAPI extern void mbfl_memory_device_init(mbfl_memory_device *device, int initsz, int allocsz); 54 MBFLAPI extern void mbfl_memory_device_realloc(mbfl_memory_device *device, int initsz, int allocsz); 55 MBFLAPI extern void mbfl_memory_device_clear(mbfl_memory_device *device); 56 MBFLAPI extern void mbfl_memory_device_reset(mbfl_memory_device *device); 57 MBFLAPI extern mbfl_string * mbfl_memory_device_result(mbfl_memory_device *device, mbfl_string *res… 58 MBFLAPI extern void mbfl_memory_device_unput(mbfl_memory_device *device); 62 MBFLAPI extern int mbfl_memory_device_strcat(mbfl_memory_device *device, const char *psrc); 63 MBFLAPI extern int mbfl_memory_device_strncat(mbfl_memory_device *device, const char *psrc, int len… 66 MBFLAPI extern void mbfl_wchar_device_init(mbfl_wchar_device *device); 68 MBFLAPI extern void mbfl_wchar_device_clear(mbfl_wchar_device *device);
|
H A D | mbfilter.c | 574 mbfl_memory_device device; in mbfl_convert_encoding() local 1466 mbfl_memory_device device; in mbfl_strcut() local 1621 _bk.pos = device.pos; in mbfl_strcut() 1638 device.pos = _bk.pos; in mbfl_strcut() 1649 bk.pos = device.pos; in mbfl_strcut() 1661 device.pos = _bk.pos; in mbfl_strcut() 1672 device.pos = bk.pos; in mbfl_strcut() 1690 device.pos = bk.pos; in mbfl_strcut() 1703 _bk.pos = device.pos; in mbfl_strcut() 1714 device.pos = bk.pos; in mbfl_strcut() [all …]
|
H A D | mbfilter.h | 131 mbfl_memory_device device; member
|
/PHP-7.2/ext/sockets/tests/ |
H A D | socket_set_option_bindtodevice.phpt | 4 -Bind to loopback 'lo' device (should exist) 5 -Bind to unexisting device 36 Warning: socket_set_option(): unable to set socket option [19]: No such device in %s on line %d
|
H A D | socket_strerror.phpt | 30 string(25) "No such device or address" 39 string(21) "Block device required" 42 string(25) "Invalid cross-device link" 43 string(14) "No such device" 49 string(30) "Inappropriate ioctl for device" 52 string(23) "No space left on device"
|
/PHP-7.2/ext/posix/tests/ |
H A D | posix_ttyname.phpt | 4 Gets the absolute path to the current terminal device that is open on a given file descriptor.
|
H A D | posix_ttyname_error_wrongparams.phpt | 4 Gets the absolute path to the current terminal device that is open on a given file descriptor.
|
/PHP-7.2/ext/standard/tests/file/ |
H A D | filetype_variation3.phpt | 2 Test filetype() function: Check block device
|
/PHP-7.2/ext/mbstring/ |
H A D | mbstring.c | 4423 mbfl_memory_device_init(&device, 0, 0); in PHP_FUNCTION() 4615 mbfl_memory_device_strncat(&device, p, n); in PHP_FUNCTION() 4624 mbfl_memory_device_strncat(&device, "\n", 1); in PHP_FUNCTION() 4633 mbfl_memory_device_strcat(&device, p); in PHP_FUNCTION() 4635 mbfl_memory_device_strncat(&device, "\n", 1); in PHP_FUNCTION() 4643 mbfl_memory_device_strcat(&device, p); in PHP_FUNCTION() 4644 mbfl_memory_device_strncat(&device, "\n", 1); in PHP_FUNCTION() 4647 mbfl_memory_device_unput(&device); in PHP_FUNCTION() 4648 mbfl_memory_device_output('\0', &device); in PHP_FUNCTION() 4649 str_headers = zend_string_init((char *)device.buffer, strlen((char *)device.buffer), 0); in PHP_FUNCTION() [all …]
|
/PHP-7.2/Zend/ |
H A D | Zend.m4 | 400 AC_DEFINE([HAVE_DEV_URANDOM], 1, [Define if the target system has /dev/urandom device]) 408 AC_DEFINE([HAVE_DEV_ARANDOM], 1, [Define if the target system has /dev/arandom device])
|
/PHP-7.2/sapi/apache2handler/ |
H A D | sapi_apache2.c | 220 ctx->finfo.st_dev = ctx->r->finfo.device; in php_apache_sapi_get_stat()
|
/PHP-7.2/ext/fileinfo/tests/ |
H A D | magic | 293 >>48 byte 6 device icon 6399 >>0x18D byte 0 (inner device) 13047 # eleven device classes 13048 >>>12 string x \b-%.4s device 14228 >>0x1400 string >\0 device %s, 15600 # Linux device tree: 17659 # DOS device driver attributes 17661 # character device 17666 # standard input/output device 19707 >6 byte&0xf0 0xE0 device driver [all …]
|
H A D | magic私はガラスを食べられます | 293 >>48 byte 6 device icon 6399 >>0x18D byte 0 (inner device) 13047 # eleven device classes 13048 >>>12 string x \b-%.4s device 14228 >>0x1400 string >\0 device %s, 15600 # Linux device tree: 17659 # DOS device driver attributes 17661 # character device 17666 # standard input/output device 19707 >6 byte&0xf0 0xE0 device driver [all …]
|
/PHP-7.2/ext/fileinfo/ |
H A D | libmagic.patch | 1723 - * a block device, if nothing else.
|
/PHP-7.2/ |
H A D | NEWS | 535 . Fixed bug #77630 (rename() across the device may allow unwanted access
|
Completed in 143 milliseconds