Home
last modified time | relevance | path

Searched defs:buff (Results 1 – 14 of 14) sorted by relevance

/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_study.c823 PCRE2_UCHAR buff[6]; in set_table_bit() local
877 PCRE2_UCHAR buff[6]; in set_type_bits() local
1089 PCRE2_UCHAR buff[6]; in set_start_bits() local
/PHP-8.1/Zend/
H A Dzend_virtual_cwd.h256 #define VCWD_GETCWD(buff, size) virtual_getcwd(buff, size) argument
267 #define VCWD_STAT(path, buff) virtual_stat(path, buff) argument
268 # define VCWD_LSTAT(path, buff) virtual_lstat(path, buff) argument
301 #define VCWD_GETCWD(buff, size) php_win32_ioutil_getcwd(buff, size) argument
313 #define VCWD_GETCWD(buff, size) getcwd(buff, size) argument
319 #define VCWD_STAT(path, buff) php_sys_stat(path, buff) argument
320 #define VCWD_LSTAT(path, buff) lstat(path, buff) argument
/PHP-8.1/ext/dom/
H A Ddocumenttype.c172 xmlOutputBuffer *buff = xmlAllocOutputBuffer(NULL); in dom_documenttype_internal_subset_read() local
/PHP-8.1/ext/standard/
H A Dlink.c63 char buff[MAXPATHLEN]; in PHP_FUNCTION() local
H A Dstreamsfuncs.c1422 size_t buff; in PHP_FUNCTION() local
1485 size_t buff; in PHP_FUNCTION() local
H A Dfile.c2342 char buff[META_DEF_BUFSIZE + 1]; in php_next_meta_token() local
/PHP-8.1/ext/intl/idn/
H A Didn.c102 char *buff; in php_intl_idn_check_status() local
/PHP-8.1/ext/opcache/jit/dynasm/
H A Dminilua.c399 #define luaZ_initbuffer(L,buff)((buff)->buffer=NULL,(buff)->buffsize=0) argument
400 #define luaZ_buffer(buff)((buff)->buffer) argument
401 #define luaZ_sizebuffer(buff)((buff)->buffsize) argument
402 #define luaZ_bufflen(buff)((buff)->n) argument
403 #define luaZ_resetbuffer(buff)((buff)->n=0) argument
404 #define luaZ_resizebuffer(L,buff,size)(luaM_reallocvector(L,(buff)->buffer,(buff)->buffsize,size,ch… argument
405 #define luaZ_freebuffer(L,buff)luaZ_resizebuffer(L,buff,0) argument
447 Mbuffer buff; member
680 char buff[2]; in luaO_pushvfstring() local
707 char buff[3]; in luaO_pushvfstring() variable
/PHP-8.1/ext/oci8/
H A Doci8_collection.c476 oratext buff[1024]; in php_oci_collection_element_get() local
H A Doci8_statement.c1036 oratext buff[1024]; in php_oci_bind_post_exec() local
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_commands.c190 zend_uchar buff[4]; in MYSQLND_METHOD() local
/PHP-8.1/main/
H A Drfc1867.c785 char buff[FILLUNIT]; local
/PHP-8.1/ext/spl/
H A Dspl_directory.c1244 char buff[MAXPATHLEN]; in FileInfoFunction() local
1290 char buff[MAXPATHLEN]; in PHP_METHOD() local
/PHP-8.1/ext/gd/
H A Dgd.c1686 zend_string *buff; in _php_image_create_from() local

Completed in 84 milliseconds