Home
last modified time | relevance | path

Searched defs:buf (Results 151 – 175 of 264) sorted by relevance

1234567891011

/PHP-5.5/ext/standard/
H A Ddns.c131 char buf[HOST_NAME_MAX]; in PHP_FUNCTION() local
1002 char buf[MAXHOSTNAMELEN]; in PHP_FUNCTION() local
H A Dftp_fopen_wrapper.c607 static size_t php_ftp_dirstream_read(php_stream *stream, char *buf, size_t count TSRMLS_DC) in php_ftp_dirstream_read()
1062 char *p, *e, *buf; in php_stream_ftp_mkdir() local
H A Dexec.c106 char *buf; in php_exec() local
H A Ddns_win32.c256 char buf[sizeof("AAAA:AAAA:AAAA:AAAA:AAAA:AAAA:AAAA:AAAA")]; in php_parserr() local
H A Dmd5.c82 unsigned char buf[1024]; in PHP_NAMED_FUNCTION() local
/PHP-5.5/ext/posix/
H A Dposix.c999 char *buf; in PHP_FUNCTION() local
1118 char *buf; in PHP_FUNCTION() local
/PHP-5.5/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp241 char *buf = (char*)stackBuffer; in createBufferClone() local
/PHP-5.5/ext/soap/
H A Dphp_xml.c134 xmlDocPtr soap_xmlParseMemory(const void *buf, size_t buf_size) in soap_xmlParseMemory()
/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_statement.c188 char buf[100]; /* stmt_name == "pdo_crsr_%08x" */ in pgsql_stmt_execute() local
/PHP-5.5/ext/pdo/
H A Dpdo_sql_parser.c566 char *buf = NULL; in pdo_parse_params() local
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c189 char buf[30]; in date_from_ISO8601() local
275 static int date_to_ISO8601 (time_t value, char *buf, int length) { in date_to_ISO8601()
763 char buf[1024]; in map_expat_errors() local
/PHP-5.5/ext/ftp/
H A Dftp.h51 char buf[FTP_BUFSIZE]; /* data buffer */ member
/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c241 char buf[128]; in litespeed_php_import_environment_variables() local
435 char buf[8192]; in sapi_lsapi_log_message() local
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c846 char buf[32]; in PHP_MINFO_FUNCTION() local
1438 char buf[4096]; in PHP_FUNCTION() local
1697 char *buf = NULL; in php_odbc_fetch_hash() local
1852 char *buf = NULL; in PHP_FUNCTION() local
2242 char *buf = NULL; in PHP_FUNCTION() local
/PHP-5.5/main/streams/
H A Duserspace.c621 static size_t php_userstreamop_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC) in php_userstreamop_write()
675 static size_t php_userstreamop_read(php_stream *stream, char *buf, size_t count TSRMLS_DC) in php_userstreamop_read()
1515 static size_t php_userstreamop_readdir(php_stream *stream, char *buf, size_t count TSRMLS_DC) in php_userstreamop_readdir()
H A Dfilter.c73 PHPAPI php_stream_bucket *php_stream_bucket_new(php_stream *stream, char *buf, size_t buflen, int o… in php_stream_bucket_new()
H A Dphp_stream_filter_api.h48 char *buf; member
/PHP-5.5/sapi/continuity/
H A Dcapi.c238 char buf[128]; in sapi_capi_register_server_variables() local
/PHP-5.5/Zend/
H A Dzend_ini_scanner.c230 char *buf; in zend_ini_open_file_for_scanning() local
H A Dzend_language_scanner.c482 char *buf; in open_file_for_scanning() local
657 char *buf; in zend_prepare_string_for_scanning() local
/PHP-5.5/main/
H A Dnetwork.c614 char *buf = NULL; local
990 PHPAPI char *php_socket_strerror(long err, char *buf, size_t bufsize)
/PHP-5.5/sapi/isapi/stresstest/
H A Dstresstest.cpp159 char buf[COMPARE_BUF_SIZE]; in CompareStringWithFile() local
677 char buf[MAX_PATH]; in stress_main() local
/PHP-5.5/ext/hash/
H A Dhash_md.c141 unsigned char buf[1024]; in PHP_NAMED_FUNCTION() local
657 PHP_HASH_API void PHP_MD2Update(PHP_MD2_CTX *context, const unsigned char *buf, unsigned int len) in PHP_MD2Update()
/PHP-5.5/ext/sockets/
H A Dconversions.c223 char buf[sizeof("element #4294967295")]; in from_array_iterate() local
930 char buf[sizeof("element #4294967295")]; in from_zval_write_control_array() local
1024 char buf[sizeof("element #4294967295")]; in to_zval_read_control_array() local
1231 char *buf = safe_emalloc(1, len, 1); in to_zval_read_iov() local
/PHP-5.5/ext/openssl/
H A Dopenssl.c1514 char buf[256]; in PHP_FUNCTION() local
1533 char buf[32]; in PHP_FUNCTION() local
4209 char buf[512]; in PHP_FUNCTION() local
4350 unsigned char *buf = NULL, **eks; in PHP_FUNCTION() local
4477 unsigned char *buf; in PHP_FUNCTION() local
4578 char buf[1024]; in php_openssl_apply_verification_policy() local
4647 static int passwd_callback(char *buf, int num, int verify, void *data) /* {{{ */ in passwd_callback()

Completed in 128 milliseconds

1234567891011