Home
last modified time | relevance | path

Searched defs:buf (Results 1 – 25 of 264) sorted by path

1234567891011

/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c284 CWD_API int php_sys_stat_ex(const char *path, struct stat *buf, int lstat) /* {{{ */ in php_sys_stat_ex()
400 struct stat buf; in php_is_dir_ok() local
411 struct stat buf; in php_is_file_ok() local
535 CWD_API char *virtual_getcwd(char *buf, size_t size TSRMLS_DC) /* {{{ */ in virtual_getcwd()
1524 TSRM_API int win32_utime(const char *filename, struct utimbuf *buf) /* {{{ */ in win32_utime()
H A Dtsrm_virtual_cwd.h134 # define php_sys_stat(path, buf) php_sys_stat_ex(path, buf, 0) argument
135 # define php_sys_lstat(path, buf) php_sys_stat_ex(path, buf, 1) argument
266 #define VCWD_GETWD(buf) argument
304 #define VCWD_GETWD(buf) getwd(buf) argument
H A Dtsrm_win32.c686 TSRM_API int shmctl(int key, int cmd, struct shmid_ds *buf) { in shmctl()
/PHP-5.5/Zend/
H A Dzend_alloc.c977 static void zend_mm_random(unsigned char *buf, size_t size) /* {{{ */ in zend_mm_random()
H A Dzend_compile.c3234 #define REALLOC_BUF_IF_EXCEED(buf, offset, length, size) \ argument
3242 char *offset, *buf; in zend_get_function_declaration() local
H A Dzend_gc.h103 gc_root_buffer *buf; /* preallocated arrays of buffers */ member
H A Dzend_ini_scanner.c230 char *buf; in zend_ini_open_file_for_scanning() local
H A Dzend_ini_scanner.l228 char *buf; in zend_ini_open_file_for_scanning() local
H A Dzend_interfaces.c437 ZEND_API int zend_user_unserialize(zval **object, zend_class_entry *ce, const unsigned char *buf, z… in zend_user_unserialize()
466 …end_class_unserialize_deny(zval **object, zend_class_entry *ce, const unsigned char *buf, zend_uin… in zend_class_unserialize_deny()
H A Dzend_language_scanner.c482 char *buf; in open_file_for_scanning() local
657 char *buf; in zend_prepare_string_for_scanning() local
H A Dzend_language_scanner.l480 char *buf; in open_file_for_scanning() local
655 char *buf; in zend_prepare_string_for_scanning() local
H A Dzend_operators.c1255 char *buf; in add_char_to_string() local
1278 char *buf; in add_string_to_string() local
1336 char *buf; in concat_function() local
H A Dzend_stream.c53 static size_t zend_stream_stdio_reader(void *handle, char *buf, size_t len TSRMLS_DC) /* {{{ */ in zend_stream_stdio_reader()
67 struct stat buf; in zend_stream_stdio_fsizer() local
109 struct stat buf; in zend_stream_fsize() local
146 char buf; in zend_stream_getc() local
154 static size_t zend_stream_read(zend_file_handle *file_handle, char *buf, size_t len TSRMLS_DC) /* {…
181 ZEND_API int zend_stream_fixup(zend_file_handle *file_handle, char **buf, size_t *len TSRMLS_DC) /*…
H A Dzend_stream.h48 char *buf; member
/PHP-5.5/ext/bz2/
H A Dbz2.c137 static size_t php_bz2iop_read(php_stream *stream, char *buf, size_t count TSRMLS_DC) in php_bz2iop_read()
155 static size_t php_bz2iop_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC) in php_bz2iop_write()
/PHP-5.5/ext/com_dotnet/
H A Dcom_dotnet.c205 char buf[1024]; in PHP_FUNCTION() local
220 char buf[1024]; in PHP_FUNCTION() local
233 char buf[1024]; in PHP_FUNCTION() local
310 char buf[1024]; in PHP_FUNCTION() local
H A Dcom_wrapper.c75 char buf[4096]; in trace() local
/PHP-5.5/ext/curl/
H A Dinterface.c1678 static int curl_debug(CURL *cp, curl_infotype type, char *buf, size_t buf_len, void *ctx) /* {{{ */ in curl_debug()
1699 static size_t curl_passwd(void *ctx, char *prompt, char *buf, int buflen) in curl_passwd()
H A Dphp_curl.h124 smart_str buf; member
/PHP-5.5/ext/date/
H A Dphp_date.c1631 char *format, *buf; in php_strftime() local
/PHP-5.5/ext/dba/
H A Ddba_cdb.c140 # define php_cdb_read(cdb, buf, len, pos) cdb_read(cdb, buf, len, pos TSRMLS_CC) argument
144 # define php_cdb_read(cdb, buf, len, pos) cdb_read(cdb, buf, len, pos) argument
215 # define cdb_file_read(fildes, buf, size) php_stream_read(fildes, buf, size) argument
217 # define cdb_file_read(fildes, buf, size) read(fildes, buf, size) argument
249 char buf[8]; in DBA_FIRSTKEY_FUNC() local
290 char buf[8]; in DBA_NEXTKEY_FUNC() local
H A Ddba_dbm.c68 char buf[MAXPATHLEN]; in DBA_OPEN_FUNC() local
76 char buf[MAXPATHLEN]; in DBA_OPEN_FUNC() local
/PHP-5.5/ext/dba/libcdb/
H A Dcdb.c48 char buf[32]; in cdb_match() local
68 uint32 cdb_hash(char *buf, unsigned int len) in cdb_hash()
104 int cdb_read(struct cdb *c, char *buf, unsigned int len, uint32 pos TSRMLS_DC) in cdb_read()
131 char buf[8]; in cdb_findnext() local
H A Dcdb_make.c41 static int cdb_make_write(struct cdb_make *c, char *buf, uint32 sz TSRMLS_DC) { in cdb_make_write()
106 char buf[8]; in cdb_make_addbegin() local
140 char buf[8]; in cdb_make_finish() local
/PHP-5.5/ext/dba/libflatfile/
H A Dflatfile.c88 char buf[16]; in flatfile_fetch() local
110 char *buf = emalloc(buf_size); in flatfile_delete() local
160 char *buf = emalloc(buf_size); in flatfile_findkey() local
205 char *buf = emalloc(buf_size); in flatfile_firstkey() local
248 char *buf = emalloc(buf_size); in flatfile_nextkey() local

Completed in 163 milliseconds

1234567891011