Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_virtual_cwd.h268 #define VCWD_GETCWD(buff, size) virtual_getcwd(buff, size) argument
279 #define VCWD_STAT(path, buff) virtual_stat(path, buff) argument
280 # define VCWD_LSTAT(path, buff) virtual_lstat(path, buff) argument
313 #define VCWD_GETCWD(buff, size) php_win32_ioutil_getcwd(buff, size) argument
325 #define VCWD_GETCWD(buff, size) getcwd(buff, size) argument
331 #define VCWD_STAT(path, buff) php_sys_stat(path, buff) argument
332 #define VCWD_LSTAT(path, buff) lstat(path, buff) argument
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_study.c826 PCRE2_UCHAR buff[6]; in set_table_bit() local
880 PCRE2_UCHAR buff[6]; in set_type_bits() local
1094 PCRE2_UCHAR buff[6]; in set_start_bits() local
/php-src/ext/dom/
H A Ddocumenttype.c138 xmlOutputBuffer *buff = xmlAllocOutputBuffer(NULL); in dom_documenttype_internal_subset_read() local
/php-src/ext/intl/idn/
H A Didn.c42 char *buff; in php_intl_idn_check_status() local
/php-src/ext/dom/lexbor/lexbor/core/
H A Dstr.c132 const lxb_char_t *buff, size_t length) in lexbor_str_append()
150 const lxb_char_t *buff, size_t length) in lexbor_str_append_before()
206 const lxb_char_t *buff, size_t length) in lexbor_str_append_with_rep_null_chars()
H A Dbst.c418 lxb_char_t buff[1024]; in lexbor_bst_serialize_entry() local
/php-src/ext/standard/
H A Dlink.c61 char buff[MAXPATHLEN]; in PHP_FUNCTION() local
H A Dstreamsfuncs.c1468 size_t buff; in PHP_FUNCTION() local
1531 size_t buff; in PHP_FUNCTION() local
H A Dfile.c2198 char buff[META_DEF_BUFSIZE + 1]; in php_next_meta_token() local
/php-src/ext/opcache/jit/ir/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-src/ext/mysqlnd/
H A Dmysqlnd_commands.c191 zend_uchar buff[4]; in MYSQLND_METHOD() local
/php-src/main/
H A Drfc1867.c780 char buff[FILLUNIT]; local
/php-src/ext/spl/
H A Dspl_directory.c1218 char buff[MAXPATHLEN]; in FileInfoFunction() local
1264 char buff[MAXPATHLEN]; in PHP_METHOD() local
/php-src/ext/gd/
H A Dgd.c1579 zend_string *buff; in _php_image_create_from() local

Completed in 104 milliseconds