Searched defs:buff (Results 1 – 14 of 14) sorted by relevance
/php-src/Zend/ |
H A D | zend_virtual_cwd.h | 273 #define VCWD_GETCWD(buff, size) virtual_getcwd(buff, size) argument 284 #define VCWD_STAT(path, buff) virtual_stat(path, buff) argument 285 # define VCWD_LSTAT(path, buff) virtual_lstat(path, buff) argument 318 #define VCWD_GETCWD(buff, size) php_win32_ioutil_getcwd(buff, size) argument 330 #define VCWD_GETCWD(buff, size) getcwd(buff, size) argument 336 #define VCWD_STAT(path, buff) php_sys_stat(path, buff) argument 337 #define VCWD_LSTAT(path, buff) lstat(path, buff) argument
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_study.c | 826 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 D | documenttype.c | 138 xmlOutputBuffer *buff = xmlAllocOutputBuffer(NULL); in dom_documenttype_internal_subset_read() local
|
/php-src/ext/intl/idn/ |
H A D | idn.c | 42 char *buff; in php_intl_idn_check_status() local
|
/php-src/ext/dom/lexbor/lexbor/core/ |
H A D | str.c | 132 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 D | bst.c | 418 lxb_char_t buff[1024]; in lexbor_bst_serialize_entry() local
|
/php-src/ext/standard/ |
H A D | link.c | 61 char buff[MAXPATHLEN]; in PHP_FUNCTION() local
|
H A D | streamsfuncs.c | 1468 size_t buff; in PHP_FUNCTION() local 1531 size_t buff; in PHP_FUNCTION() local
|
H A D | file.c | 2198 char buff[META_DEF_BUFSIZE + 1]; in php_next_meta_token() local
|
/php-src/ext/opcache/jit/ir/dynasm/ |
H A D | minilua.c | 399 #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 D | mysqlnd_commands.c | 191 zend_uchar buff[4]; in MYSQLND_METHOD() local
|
/php-src/main/ |
H A D | rfc1867.c | 780 char buff[FILLUNIT]; local
|
/php-src/ext/spl/ |
H A D | spl_directory.c | 1228 char buff[MAXPATHLEN]; in FileInfoFunction() local 1274 char buff[MAXPATHLEN]; in PHP_METHOD() local
|
/php-src/ext/gd/ |
H A D | gd.c | 1559 zend_string *buff; in _php_image_create_from() local
|
Completed in 68 milliseconds