Home
last modified time | relevance | path

Searched defs:buf (Results 176 – 200 of 264) sorted by relevance

1234567891011

/PHP-5.5/ext/pgsql/
H A Dpgsql.c868 static inline char * _php_pgsql_trim_result(PGconn * pgsql, char **buf) in _php_pgsql_trim_result()
874 #define PQErrorMessageTrim(pgsql, buf) _php_pgsql_trim_result(pgsql, buf) argument
1194 char buf[256]; in PHP_MINFO_FUNCTION() local
3372 char *buf; local
3444 char buf[PGSQL_LO_READ_BUF_SIZE]; local
4310 unsigned char *start, *end, buf[4]; /* 000 + '\0' */ local
6176 char buf[256]; local
6321 char buf[256]; local
/PHP-5.5/ext/standard/
H A Dscanf.c596 char buf[64]; /* Temporary buffer to hold scanned number in php_sscanf_internal() local
H A Dsha1.c72 unsigned char buf[1024]; in PHP_FUNCTION() local
H A Dpack.c755 char *buf; in PHP_FUNCTION() local
H A Dcrypt_blowfish.c836 } buf; in php_crypt_blowfish_rn() local
H A Durl_scanner_ex.c911 smart_str buf = {0}; in php_url_scanner_adapt_single_url() local
/PHP-5.5/ext/ftp/
H A Dftp.c1228 my_send(ftpbuf_t *ftp, php_socket_t s, void *buf, size_t len) in my_send()
1273 my_recv(ftpbuf_t *ftp, php_socket_t s, void *buf, size_t len) in my_recv()
/PHP-5.5/main/
H A Dfopen_wrappers.c181 char buf[MAXPATHLEN]; local
/PHP-5.5/ext/mbstring/
H A Dphp_mbregex.c161 char buf[32]; in PHP_MINFO_FUNCTION() local
1439 char buf[16]; in PHP_FUNCTION() local
/PHP-5.5/ext/pdo_firebird/
H A Dfirebird_statement.c215 #define FETCH_BUF(buf,type,len,lenvar) ((buf) = (buf) ? (buf) : \ argument
H A Dfirebird_driver.c607 char buf[400]; in pdo_firebird_fetch_error_func() local
/PHP-5.5/win32/
H A Dsendmail.c882 static char buf[MAIL_BUFFER_SIZE]; in Ack() local
/PHP-5.5/sapi/apache2handler/
H A Dsapi_apache2.c184 php_apache_sapi_read_post(char *buf, uint count_bytes TSRMLS_DC) in php_apache_sapi_read_post()
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c1181 #define RETURN_DOUBLE_VAL(result, buf, length) \ argument
2121 char buf[32]; in PHP_MINFO_FUNCTION() local
/PHP-5.5/ext/oci8/
H A Doci8_lob.c724 char buf[8192]; local
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_module.c436 char buf[32]; in zend_accel_info() local
/PHP-5.5/TSRM/
H A Dtsrm_win32.c686 TSRM_API int shmctl(int key, int cmd, struct shmid_ds *buf) { in shmctl()
/PHP-5.5/ext/curl/
H A Dphp_curl.h124 smart_str buf; member
/PHP-5.5/main/streams/
H A Dphp_stream_transport.h149 char *buf; member
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.c1565 UChar buf[NODE_STR_BUF_SIZE]; in node_str_head_pad() local
2813 UChar buf[WARN_BUFSIZE]; in CC_ESC_WARN() local
2827 UChar buf[WARN_BUFSIZE]; in CLOSE_BRACKET_WITHOUT_ESC_WARN() local
4239 UChar buf[ONIGENC_CODE_TO_MBC_MAXLEN]; in parse_char_class() local
4788 UChar buf[WARN_BUFSIZE]; in set_quantifier() local
4998 UChar buf[ONIGENC_CODE_TO_MBC_MAXLEN]; in i_apply_case_fold() local
5145 UChar buf[ONIGENC_CODE_TO_MBC_MAXLEN]; in parse_exp() local
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c393 char buf[SAPI_CGI_MAX_HEADER_LENGTH]; in sapi_cgi_send_headers() local
673 char *buf = malloc(len + 2); in sapi_cgi_log_fastcgi() local
/PHP-5.5/Zend/
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
/PHP-5.5/ext/imap/
H A Dphp_imap.c4329 RFC822BUFFER buf; in _php_rfc822_write_address() local
4662 static void build_thread_tree_helper(THREADNODE *cur, zval *tree, long *numNodes, char *buf) in build_thread_tree_helper()
4696 char buf[25]; in build_thread_tree() local
4811 char buf[GETS_FETCH_SIZE]; in php_mail_gets() local
4834 char *buf = pemalloc(size + 1, 1); in php_mail_gets() local
/PHP-5.5/ext/spl/
H A Dspl_observer.c739 smart_str buf = {0}; in SPL_METHOD() local
795 char *buf; in SPL_METHOD() local
/PHP-5.5/ext/phar/
H A Dphar_object.c167 char *name = NULL, buf[8192]; in phar_file_action() local
3903 char *buf; in PHP_METHOD() local
4020 …char *buf = estrndup((char *) phar_obj->arc.archive->metadata, phar_obj->arc.archive->metadata_len… in PHP_METHOD() local
4724 … char *buf = estrndup((char *) entry_obj->ent.entry->metadata, entry_obj->ent.entry->metadata_len); in PHP_METHOD() local

Completed in 131 milliseconds

1234567891011