Home
last modified time | relevance | path

Searched refs:fd (Results 226 – 230 of 230) sorted by relevance

12345678910

/php-src/ext/mysqlnd/
H A Dmysqlnd_structs.h164 php_stream *fd; member
/php-src/ext/ffi/
H A Dffi.c3255 int fd; in zend_ffi_load() local
3286 fd = open(filename, O_RDONLY, 0); in zend_ffi_load()
3287 if (fd < 0 || read(fd, code, code_size) != code_size) { in zend_ffi_load()
3294 close(fd); in zend_ffi_load()
3297 close(fd); in zend_ffi_load()
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c123 #define FD(fd) ((sljit_ins)freg_map[fd] << 21) argument
/php-src/ext/date/lib/
H A Dparse_date.re135 int fd;
342 if((cnt = read(s->fd, (char*) s->lim, BSIZE)) != BSIZE){
H A Dparse_date.c137 int fd; member
344 if((cnt = read(s->fd, (char*) s->lim, BSIZE)) != BSIZE){

Completed in 69 milliseconds

12345678910