Home
last modified time | relevance | path

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

1234567891011

/PHP-5.6/Zend/
H A Dzend_language_scanner.c482 char *buf; in open_file_for_scanning() local
655 char *buf; in zend_prepare_string_for_scanning() local
H A Dzend_ini_scanner.c277 char *buf; in zend_ini_open_file_for_scanning() local
H A Dzend_operators.c1400 char *buf; in add_char_to_string() local
1419 char *buf; in add_string_to_string() local
1478 char *buf; in concat_function() local
/PHP-5.6/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.6/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.c817 char *buf; in PHP_FUNCTION() local
H A Durl_scanner_ex.c937 smart_str buf = {0}; in php_url_scanner_adapt_single_url() local
/PHP-5.6/ext/ftp/
H A Dftp.c1233 my_send(ftpbuf_t *ftp, php_socket_t s, void *buf, size_t len) in my_send()
1278 my_recv(ftpbuf_t *ftp, php_socket_t s, void *buf, size_t len) in my_recv()
/PHP-5.6/main/
H A Dfopen_wrappers.c181 char buf[MAXPATHLEN]; local
/PHP-5.6/ext/mbstring/
H A Dphp_mbregex.c161 char buf[32]; in PHP_MINFO_FUNCTION() local
1440 char buf[16]; in PHP_FUNCTION() local
/PHP-5.6/win32/
H A Dsendmail.c882 static char buf[MAIL_BUFFER_SIZE]; in Ack() local
/PHP-5.6/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.6/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.6/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.6/ext/opcache/
H A Dzend_accelerator_module.c444 char buf[32]; in zend_accel_info() local
/PHP-5.6/ext/curl/
H A Dphp_curl.h124 smart_str buf; member
/PHP-5.6/TSRM/
H A Dtsrm_win32.c702 TSRM_API int shmctl(int key, int cmd, struct shmid_ds *buf) { in shmctl()
/PHP-5.6/ext/mbstring/oniguruma/
H A Dregparse.c1576 UChar buf[NODE_STR_BUF_SIZE]; in node_str_head_pad() local
2821 UChar buf[WARN_BUFSIZE]; in CC_ESC_WARN() local
2835 UChar buf[WARN_BUFSIZE]; in CLOSE_BRACKET_WITHOUT_ESC_WARN() local
4252 UChar buf[ONIGENC_CODE_TO_MBC_MAXLEN]; in parse_char_class() local
4801 UChar buf[WARN_BUFSIZE]; in set_quantifier() local
5011 UChar buf[ONIGENC_CODE_TO_MBC_MAXLEN]; in i_apply_case_fold() local
5158 UChar buf[ONIGENC_CODE_TO_MBC_MAXLEN]; in parse_exp() local
/PHP-5.6/sapi/fpm/fpm/
H A Dfpm_main.c395 char buf[SAPI_CGI_MAX_HEADER_LENGTH]; in sapi_cgi_send_headers() local
678 char *buf = malloc(len + 2); in sapi_cgi_log_fastcgi() local
/PHP-5.6/sapi/litespeed/
H A Dlsapi_main.c282 char buf[128]; in litespeed_php_import_environment_variables() local
495 char buf[8192]; in sapi_lsapi_log_message() local
/PHP-5.6/ext/imap/
H A Dphp_imap.c4353 RFC822BUFFER buf; in _php_rfc822_write_address() local
4686 static void build_thread_tree_helper(THREADNODE *cur, zval *tree, long *numNodes, char *buf) in build_thread_tree_helper()
4720 char buf[25]; in build_thread_tree() local
4835 char buf[GETS_FETCH_SIZE]; in php_mail_gets() local
4858 char *buf = pemalloc(size + 1, 1); in php_mail_gets() local
/PHP-5.6/ext/oci8/
H A Doci8_lob.c716 char buf[8192]; local
/PHP-5.6/main/streams/
H A Dphp_stream_transport.h149 char *buf; member

Completed in 159 milliseconds

1234567891011