Home
last modified time | relevance | path

Searched defs:buf (Results 51 – 75 of 264) sorted by relevance

1234567891011

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_trace.c11 int fpm_trace_get_strz(char *buf, size_t sz, long addr) /* {{{ */ in fpm_trace_get_strz()
H A Dfpm_trace_pread.c38 char buf[128]; in fpm_trace_ready() local
H A Dfpm_php_trace.c49 char buf[buf_size]; in fpm_php_trace_dump() local
/PHP-5.5/ext/fileinfo/libmagic/
H A Dfuncs.c63 char *buf = NULL, *newstr; in file_printf() local
90 char *buf = NULL; in file_error_core() local
161 file_buffer(struct magic_set *ms, php_stream *stream, const char *inname, const void *buf, in file_buffer()
H A Dreadcdf.c54 char buf[64]; local
226 file_trycdf(struct magic_set *ms, int fd, const unsigned char *buf,
H A Dmagic.c352 unsigned char *buf; in file_or_stream() local
429 magic_buffer(struct magic_set *ms, const void *buf, size_t nb) in magic_buffer()
H A Dapptype.c45 file_os2_apptype(struct magic_set *ms, const char *fn, const void *buf, in file_os2_apptype()
/PHP-5.5/ext/zip/lib/
H A Dzip_open.c169 _zip_readcdir(FILE *fp, off_t buf_offset, unsigned char *buf, unsigned char *eocd, int buflen, in _zip_readcdir()
357 char buf[8+1]; in _zip_check_torrentzip() local
514 unsigned char *buf, *match; in _zip_find_central_dir() local
H A Dzip_filerange_crc.c48 Bytef buf[BUFSIZE]; in _zip_filerange_crc() local
/PHP-5.5/ext/mysqlnd/
H A Dphp_mysqlnd.c72 char buf[64]; in mysqlnd_minfo_dump_plugin_stats() local
130 char buf[32]; in PHP_MINFO_FUNCTION() local
/PHP-5.5/ext/zlib/
H A Dzlib_fopen_wrapper.c33 static size_t php_gziop_read(php_stream *stream, char *buf, size_t count TSRMLS_DC) in php_gziop_read()
47 static size_t php_gziop_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC) in php_gziop_write()
/PHP-5.5/win32/
H A Dglob.c631 char buf[MAXPATHLEN]; local
843 char buf[MAXPATHLEN]; local
864 char buf[MAXPATHLEN]; local
879 char buf[MAXPATHLEN]; local
901 g_Ctoc(str, buf, len) in g_Ctoc() argument
/PHP-5.5/ext/ereg/regex/
H A Dsplit.c155 char buf[512]; local
279 char buf[512]; in regress() local
/PHP-5.5/ext/gd/libgd/
H A Dgd_color.c17 unsigned long *buf; /* stores our calculations */ in gdImageColorMatch() local
H A Dgdxpm.c23 char buf[5]; in gdImageCreateFromXpm() local
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregposerr.c72 regerror(int posix_ecode, const regex_t* reg ARG_UNUSED, char* buf, in regerror()
H A Dregerror.c196 UChar buf[], int buf_size, int *is_over) in to_ascii()
317 onig_snprintf_with_pattern(UChar buf[], int bufsize, OnigEncoding enc, in onig_snprintf_with_pattern()
/PHP-5.5/ext/openssl/
H A Dxp_ssl.c177 static size_t php_openssl_sockop_read(php_stream *stream, char *buf, size_t count TSRMLS_DC) in php_openssl_sockop_read()
182 static size_t php_openssl_sockop_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC) in php_openssl_sockop_write()
194 static size_t php_openssl_sockop_io(int read, php_stream *stream, char *buf, size_t count TSRMLS_DC) in php_openssl_sockop_io()
822 char buf; in php_openssl_sockop_set_option() local
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c324 static char* xml_elem_entity_escape(const char* buf, int old_len, int *newlen, XML_ELEM_ESCAPING fl… in xml_elem_entity_escape()
511 simplestring* buf = (simplestring*)f; in simplestring_out_fptr() local
539 simplestring buf; in xml_elem_serialize_to_string() local
690 char buf[100] = ""; in xml_elem_parse_buf() local
/PHP-5.5/ext/session/
H A Dsession.c297 char *buf, *outid; in php_session_create_id() local
843 smart_str buf = {0}; in PHP_INI_END() local
889 smart_str buf = {0}; in PS_SERIALIZER_ENCODE_FUNC() local
/PHP-5.5/ext/hash/
H A Dhash_joaat.c74 joaat_buf(void *buf, size_t len, php_hash_uint32 hval) in joaat_buf()
/PHP-5.5/ext/zip/
H A Dzip_stream.c31 static size_t php_zip_ops_read(php_stream *stream, char *buf, size_t count TSRMLS_DC) in php_zip_ops_read()
58 static size_t php_zip_ops_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC) in php_zip_ops_write()
/PHP-5.5/ext/standard/
H A Dhtml.c459 static inline size_t php_utf32_utf8(unsigned char *buf, unsigned k) in php_utf32_utf8()
492 static inline size_t php_mb2_int_to_char(unsigned char *buf, unsigned k) in php_mb2_int_to_char()
510 static inline size_t php_mb3_int_to_char(unsigned char *buf, unsigned k) in php_mb3_int_to_char()
779 static inline int process_numeric_entity(const char **buf, unsigned *code_point) in process_numeric_entity()
815 static inline int process_named_entity_html(const char **buf, const char **start, size_t *length) in process_named_entity_html()
864 static inline size_t write_octet_sequence(unsigned char *buf, enum entity_charset charset, unsigned… in write_octet_sequence()
/PHP-5.5/ext/json/
H A DJSON_parser.c294 static void json_create_zval(zval **z, smart_str *buf, int type, int options) in json_create_zval()
354 static void utf16_to_utf8(smart_str *buf, unsigned short utf16) in utf16_to_utf8()
447 smart_str buf = {0}; in parse_JSON_ex() local
/PHP-5.5/ext/ereg/
H A Dereg.c250 char *buf = NULL, *message = NULL; in php_ereg_eprint() local
301 char *buf = NULL; in php_ereg() local
408 char *buf, /* buf is where we build the replaced string */ in php_ereg_replace() local

Completed in 46 milliseconds

1234567891011