Home
last modified time | relevance | path

Searched refs:device (Results 1 – 13 of 13) sorted by relevance

/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_memory_device.c51 device->buffer = erealloc(device->buffer, initsz); in mbfl_memory_device_realloc()
63 device->length = device->pos = 0; in mbfl_memory_device_clear()
84 device->length = device->pos = 0; in mbfl_memory_device_result()
92 if (device->pos >= device->length) { in mbfl_memory_device_output()
105 device->buffer[device->pos++] = (unsigned char)c; in mbfl_memory_device_output()
116 if (len > device->length - device->pos) { in mbfl_memory_device_strncat()
130 unsigned char *w = &device->buffer[device->pos]; in mbfl_memory_device_strncat()
156 device->length = device->pos = 0; in mbfl_wchar_device_clear()
163 if (device->pos >= device->length) { in mbfl_wchar_device_output()
172 newlen = device->length + device->allocsz; in mbfl_wchar_device_output()
[all …]
H A Dmbfl_memory_device.h54 mbfl_memory_device *device, size_t initsz, size_t allocsz);
56 mbfl_memory_device *device, size_t initsz, size_t allocsz);
57 MBFLAPI extern void mbfl_memory_device_clear(mbfl_memory_device *device);
58 MBFLAPI extern void mbfl_memory_device_reset(mbfl_memory_device *device);
60 mbfl_memory_device *device, mbfl_string *result);
61 MBFLAPI extern void mbfl_memory_device_unput(mbfl_memory_device *device);
63 MBFLAPI extern int mbfl_memory_device_strcat(mbfl_memory_device *device, const char *psrc);
65 mbfl_memory_device *device, const char *psrc, size_t len);
68 MBFLAPI extern void mbfl_wchar_device_init(mbfl_wchar_device *device);
70 MBFLAPI extern void mbfl_wchar_device_clear(mbfl_wchar_device *device);
H A Dmbfilter.c107 mbfl_memory_device device; in mbfl_strcut() local
239 _bk.pos = device.pos; in mbfl_strcut()
254 if (device.pos > length) { in mbfl_strcut()
256 device.pos = _bk.pos; in mbfl_strcut()
269 bk.pos = device.pos; in mbfl_strcut()
283 device.pos = _bk.pos; in mbfl_strcut()
298 device.pos = bk.pos; in mbfl_strcut()
318 device.pos = bk.pos; in mbfl_strcut()
333 _bk.pos = device.pos; in mbfl_strcut()
346 device.pos = bk.pos; in mbfl_strcut()
[all …]
/php-src/ext/sockets/tests/
H A Dsocket_set_option_bindtodevice.phpt4 -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
/php-src/ext/fileinfo/tests/upstream/
H A Dbcachefs.result1 …-80ad-4cd0-af4f-147e7d85f393, label "Label", version 13, min version 13, device 0/UUID=72a60ede-4c…
/php-src/ext/standard/tests/file/
H A Dfiletype_variation3.phpt2 Test filetype() function: Check block device
/php-src/ext/posix/tests/
H A Dposix_ttyname.phpt4 Gets the absolute path to the current terminal device that is open on a given file descriptor.
H A Dposix_ttyname_error_wrongparams.phpt4 Gets the absolute path to the current terminal device that is open on a given file descriptor.
/php-src/sapi/apache2handler/
H A Dsapi_apache2.c227 ctx->finfo.st_dev = ctx->r->finfo.device; in php_apache_sapi_get_stat()
/php-src/ext/mbstring/tests/
H A Diso2022jp_kddi_encoding.phpt214 …There doesn't seem to be any publically available reference, and I don't have a legacy KDDI device)
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます378 >>48 byte 6 device icon
18221 # eleven device classes
22561 # device is a display device
22563 # device is an input device
22565 # device is an IPL device
22568 # ROM is only required if this device is selected as a boot device
22598 # device identification (ID)
23962 # Linux device tree:
27134 # bit 17; device driver
27210 # character device
[all …]
H A Dmagic378 >>48 byte 6 device icon
18221 # eleven device classes
22561 # device is a display device
22563 # device is an input device
22565 # device is an IPL device
22568 # ROM is only required if this device is selected as a boot device
22598 # device identification (ID)
23962 # Linux device tree:
27134 # bit 17; device driver
27210 # character device
[all …]
/php-src/ext/fileinfo/
H A Dlibmagic.patch1687 - * a block device, if nothing else.

Completed in 220 milliseconds