Home
last modified time | relevance | path

Searched defs:buf (Results 201 – 225 of 264) sorted by relevance

1234567891011

/PHP-5.5/ext/standard/
H A Dcrypt_sha512.c771 char buf[1000]; in main() local
H A Dcrypt_sha256.c706 char buf[1000]; in main() local
/PHP-5.5/ext/phar/
H A Dzip.c169 char buf[sizeof(locator) + 65536]; in phar_parse_zipfile() local
H A Dphar.c1528 static inline char *phar_strnstr(const char *buf, int buf_len, const char *search, int search_len) …
3324 static size_t phar_zend_stream_reader(void *handle, char *buf, size_t len TSRMLS_DC) /* {{{ */
/PHP-5.5/Zend/
H A Dzend_gc.h103 gc_root_buffer *buf; /* preallocated arrays of buffers */ member
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c530 mysqlnd_stmt_execute_store_params(MYSQLND_STMT * s, zend_uchar **buf, zend_uchar **p, size_t *buf_l… in mysqlnd_stmt_execute_store_params()
/PHP-5.5/main/
H A DSAPI.c893 char buf[255]; in sapi_send_headers() local
H A Dphp_variables.c420 char buf[128]; in _php_import_environment_variables() local
/PHP-5.5/sapi/isapi/
H A Dphp5isapi.c875 char buf[1024]; in HttpExtensionProc() local
/PHP-5.5/ext/com_dotnet/
H A Dcom_wrapper.c75 char buf[4096]; in trace() local
/PHP-5.5/ext/spl/
H A Dspl_dllist.c1142 smart_str buf = {0}; in SPL_METHOD() local
1188 char *buf; in SPL_METHOD() local
H A Dspl_directory.c2056 char *buf; in spl_filesystem_file_read() local
2169 char *buf = estrndup(intern->u.file.current_line, buf_len); in spl_filesystem_file_read_csv() local
2775 char buf[2]; in SPL_METHOD() 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()
/PHP-5.5/ext/sockets/
H A Dmulticast.c754 char *buf = NULL, local
/PHP-5.5/ext/mysqli/
H A Dphp_mysqli_structs.h109 VAR_BUFFER *buf; member
/PHP-5.5/ext/oci8/
H A Doci8_statement.c417 dvoid *buf; in php_oci_statement_execute() local
/PHP-5.5/sapi/milter/
H A Dphp_milter.c876 static int sapi_milter_post_read(char *buf, uint count_bytes TSRMLS_DC) in sapi_milter_post_read()
/PHP-5.5/sapi/nsapi/
H A Dnsapi.c664 char buf[32]; in sapi_nsapi_register_server_variables() local
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c682 char buf[32]; in PHP_MINFO_FUNCTION() local
2477 char buf[512]; local
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c95 uint32 buf[4]; member
3292 static void byteReverse(unsigned char *buf, unsigned longs) in byteReverse()
3322 void lsapi_MD5Update(struct lsapi_MD5Context *ctx, unsigned char const *buf, unsigned len) in lsapi_MD5Update()
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c1084 static size_t php_sqlite3_stream_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC)
1091 static size_t php_sqlite3_stream_read(php_stream *stream, char *buf, size_t count TSRMLS_DC)
/PHP-5.5/ext/snmp/
H A Dsnmp.c555 char *buf = &(sbuf[0]); in php_snmp_getvalue() local
715 char buf[2048]; in php_snmp_internal() local
/PHP-5.5/ext/soap/
H A Dphp_encoding.c663 xmlBufferPtr buf; in to_zval_user() local
2988 char *buf; in to_xml_datetime_ex() local
3199 xmlBufferPtr buf; in to_zval_any() local
/PHP-5.5/ext/libxml/
H A Dlibxml.c531 char *buf; in php_libxml_internal_error_handler() local
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c185 static char *dsn_from_uri(char *uri, char *buf, size_t buflen TSRMLS_DC) /* {{{ */ in dsn_from_uri()

Completed in 117 milliseconds

1234567891011