Home
last modified time | relevance | path

Searched defs:buf (Results 76 – 100 of 264) sorted by relevance

1234567891011

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_conf.c179 char *buf; in fpm_conf_expand_pool_name() local
988 char *buf; in fpm_conf_process_all_pools() local
1118 char buf[64]; in fpm_conf_write_pid() local
1474 char buf[1024+1]; in fpm_conf_load_ini_file() local
H A Dfpm_stdio.c90 char buf[max_buf_size]; in fpm_stdio_child_said() local
/PHP-5.5/ext/ereg/regex/
H A Ddebug.c235 static unsigned char buf[10]; local
/PHP-5.5/ext/fileinfo/libmagic/
H A Dprint.c78 file_fmttime(uint64_t v, int flags, char *buf) in file_fmttime()
/PHP-5.5/ext/zip/lib/
H A Dzip_dirent.c224 unsigned char buf[CDENTRYSIZE]; in _zip_dirent_read() local
558 _zip_readstr(unsigned char **buf, int len, int nulp, struct zip_error *error) in _zip_readstr()
H A Dzip_source_zip.c123 char b[8192], *buf; in read_zip() local
/PHP-5.5/ext/pdo_oci/
H A Doci_statement.c391 char buf[8192]; in oci_stmt_param_hook() local
614 static size_t oci_blob_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC) in oci_blob_write()
634 static size_t oci_blob_read(php_stream *stream, char *buf, size_t count TSRMLS_DC) in oci_blob_read()
/PHP-5.5/sapi/roxen/
H A Droxen.c390 INLINE static int php_roxen_low_read_post(char *buf, uint count_bytes) in php_roxen_low_read_post()
417 php_roxen_sapi_read_post(char *buf, uint count_bytes TSRMLS_DC) in php_roxen_sapi_read_post()
527 char buf[512]; in php_roxen_hash_environment() local
/PHP-5.5/ext/hash/
H A Dhash.c160 char buf[1024]; in php_hash_do_hash() local
281 char buf[1024]; in php_hash_do_hash_hmac() local
439 char buf[1024]; in PHP_FUNCTION() local
467 char *filename, buf[1024]; in PHP_FUNCTION() local
785 char buf[128]; in mhash_init() local
/PHP-5.5/ext/standard/
H A Durl_scanner_ex.h41 smart_str buf; member
H A Dinfo.c80 char *buf; in php_info_printf() local
718 void php_get_windows_cpu(char *buf, int bufsize) in php_get_windows_cpu()
819 struct utsname buf; in php_get_uname() local
/PHP-5.5/ext/soap/
H A Dphp_http.c41 unsigned char* buf; in proxy_authentication() local
71 unsigned char* buf; in basic_authentication() local
334 char *buf, in make_http_soap_request()
786 unsigned char* buf; in make_http_soap_request() local
H A Dphp_sdl.c1185 #define WSDL_CACHE_GET(ret,type,buf) memcpy(&ret,*buf,sizeof(type)); *buf += sizeof(type); argument
1186 #define WSDL_CACHE_GET_INT(ret,buf) ret = ((unsigned char)(*buf)[0])|((unsigned char)(*buf)[1]<<… argument
1187 #define WSDL_CACHE_GET_1(ret,type,buf) ret = (type)(**buf); (*buf)++; argument
1188 #define WSDL_CACHE_GET_N(ret,n,buf) memcpy(ret,*buf,n); *buf += n; argument
1189 #define WSDL_CACHE_SKIP(n,buf) *buf += n; argument
1191 #define WSDL_CACHE_PUT_INT(val,buf) smart_str_appendc(buf,val & 0xff); \ argument
1195 #define WSDL_CACHE_PUT_1(val,buf) smart_str_appendc(buf,val); argument
1196 #define WSDL_CACHE_PUT_N(val,n,buf) smart_str_appendl(buf,(char*)val,n); argument
1546 char *in, *buf; in get_sdl_from_cache() local
2112 smart_str buf = {0}; in add_sdl_to_cache() local
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_priv.h90 #define SET_NEW_MESSAGE(buf, buf_len, message, len, persistent) \ argument
103 #define SET_EMPTY_MESSAGE(buf, buf_len, persistent) \ argument
/PHP-5.5/ext/gd/libgd/
H A Dgd_io_dp.c198 dynamicPutbuf (struct gdIOCtx *ctx, const void *buf, int size) in dynamicPutbuf()
227 static int dynamicGetbuf (gdIOCtxPtr ctx, void *buf, int len) in dynamicGetbuf()
H A Dgdtest.c399 freadWrapper (void *context, char *buf, int len) in freadWrapper()
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Deuc_tw.c64 euctw_code_to_mbc(OnigCodePoint code, UChar *buf) in euctw_code_to_mbc()
H A Deuc_kr.c64 euckr_code_to_mbc(OnigCodePoint code, UChar *buf) in euckr_code_to_mbc()
H A Dutf32_be.c73 utf32be_code_to_mbc(OnigCodePoint code, UChar *buf) in utf32be_code_to_mbc()
H A Dutf32_le.c73 utf32le_code_to_mbc(OnigCodePoint code, UChar *buf) in utf32le_code_to_mbc()
H A Dbig5.c64 big5_code_to_mbc(OnigCodePoint code, UChar *buf) in big5_code_to_mbc()
H A Dutf16_be.c100 utf16be_code_to_mbc(OnigCodePoint code, UChar *buf) in utf16be_code_to_mbc()
H A Dutf16_le.c102 utf16le_code_to_mbc(OnigCodePoint code, UChar *buf) in utf16le_code_to_mbc()
/PHP-5.5/sapi/thttpd/
H A Dthttpd.c175 char buf[1024], *p; in sapi_thttpd_send_headers() local
268 #define ADD_STRING_EX(name,buf) \ argument
274 char buf[BUF_SIZE + 1]; in sapi_thttpd_register_variables() local
/PHP-5.5/ext/tidy/
H A Dtidy.c477 static void* TIDY_CALL php_tidy_realloc(void *buf, size_t len) in php_tidy_realloc()
482 static void TIDY_CALL php_tidy_free(void *buf) in php_tidy_free()
605 TidyBuffer buf; in php_tidy_quick_repair() local
780 TidyBuffer buf; in tidy_node_cast_handler() local
848 TidyBuffer buf; in tidy_add_default_properties() local
1044 TidyBuffer buf; in php_tidy_parse_string() local

Completed in 89 milliseconds

1234567891011