Home
last modified time | relevance | path

Searched refs:buf (Results 151 – 175 of 340) sorted by relevance

12345678910>>...14

/PHP-7.0/ext/tidy/
H A Dtidy.c486 efree(buf); in php_tidy_free()
613 TidyBuffer buf; in php_tidy_quick_repair() local
615 tidyBufInit(&buf); in php_tidy_quick_repair()
773 TidyBuffer buf; in tidy_node_cast_handler() local
791 tidyBufInit(&buf); in tidy_node_cast_handler()
794 ZVAL_STRINGL(out, (char *) buf.bp, buf.size-1); in tidy_node_cast_handler()
798 tidyBufFree(&buf); in tidy_node_cast_handler()
839 TidyBuffer buf; in tidy_add_default_properties() local
853 ADD_PROPERTY_STRINGL(obj->std.properties, value, buf.bp, buf.size ? buf.size-1 : 0); in tidy_add_default_properties()
1013 TidyBuffer buf; in php_tidy_parse_string() local
[all …]
/PHP-7.0/win32/
H A Dwinutil.h23 PHPAPI int php_win32_get_random_bytes(unsigned char *buf, size_t size);
/PHP-7.0/ext/iconv/
H A Diconv.c288 snprintf(buf, sizeof(buf), "%d.%d", in PHP_INI_END()
290 version = buf; in PHP_INI_END()
774 out_p = buf; in _php_iconv_strlen()
895 out_p = buf; in _php_iconv_substr()
1026 out_p = buf; in _php_iconv_strpos()
1056 if (_php_iconv_memequal(buf, ndl_buf_p, sizeof(buf))) { in _php_iconv_strpos()
1097 if (_php_iconv_memequal(buf, ndl_buf_p, sizeof(buf))) { in _php_iconv_strpos()
1159 char *buf = NULL; in _php_iconv_mime_encode() local
1269 out_p = buf; in _php_iconv_mime_encode()
1376 out_p = buf; in _php_iconv_mime_encode()
[all …]
/PHP-7.0/main/streams/
H A Dphp_stream_transport.h103 PHPAPI int php_stream_xport_recvfrom(php_stream *stream, char *buf, size_t buflen,
109 PHPAPI int php_stream_xport_sendto(php_stream *stream, const char *buf, size_t buflen,
147 char *buf; member
/PHP-7.0/ext/posix/
H A Dconfig.m422 char buf[64];
24 return !ttyname_r(0, buf, 64);
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_conf.c187 char *buf; in fpm_conf_expand_pool_name() local
204 efree(buf); in fpm_conf_expand_pool_name()
1002 char *buf; in fpm_conf_process_all_pools() local
1008 efree(buf); in fpm_conf_process_all_pools()
1012 efree(buf); in fpm_conf_process_all_pools()
1132 char buf[64]; in fpm_conf_write_pid() local
1525 free(buf); in fpm_conf_load_ini_file()
1531 buf[n] = c; in fpm_conf_load_ini_file()
1545 free(buf); in fpm_conf_load_ini_file()
1557 free(buf); in fpm_conf_load_ini_file()
[all …]
/PHP-7.0/ext/hash/
H A Dphp_hash_joaat.h32 static php_hash_uint32 joaat_buf(void *buf, size_t len, php_hash_uint32 hval);
/PHP-7.0/ext/wddx/tests/
H A Dbug34306.phpt9 $buf = wddx_serialize_value($var, 'name');
/PHP-7.0/ext/standard/
H A Dftp_fopen_wrapper.c613 php_stream_dirent *ent = (php_stream_dirent *)buf; in php_ftp_dirstream_read()
1060 char *p, *e, *buf; in php_stream_ftp_mkdir() local
1062 buf = estrdup(resource->path); in php_stream_ftp_mkdir()
1063 e = buf + strlen(buf); in php_stream_ftp_mkdir()
1066 while ((p = strrchr(buf, '/'))) { in php_stream_ftp_mkdir()
1068 php_stream_printf(stream, "CWD %s\r\n", buf); in php_stream_ftp_mkdir()
1075 if (p == buf) { in php_stream_ftp_mkdir()
1079 php_stream_printf(stream, "MKD %s\r\n", buf); in php_stream_ftp_mkdir()
1083 p = buf; in php_stream_ftp_mkdir()
1089 php_stream_printf(stream, "MKD %s\r\n", buf); in php_stream_ftp_mkdir()
[all …]
H A Durl_scanner_ex.h41 smart_str buf; member
/PHP-7.0/ext/spl/
H A Dspl_observer.c688 smart_str buf = {0}; in SPL_METHOD() local
697 smart_str_appendl(&buf, "x:", 2); in SPL_METHOD()
699 php_var_serialize(&buf, &flags, &var_hash); in SPL_METHOD()
706 smart_str_free(&buf); in SPL_METHOD()
711 smart_str_appendc(&buf, ','); in SPL_METHOD()
713 smart_str_appendc(&buf, ';'); in SPL_METHOD()
718 smart_str_appendl(&buf, "m:", 2); in SPL_METHOD()
727 if (buf.s) { in SPL_METHOD()
728 RETURN_NEW_STR(buf.s); in SPL_METHOD()
741 char *buf; in SPL_METHOD() local
[all …]
/PHP-7.0/ext/sockets/
H A Dsockets.c137 ZEND_ARG_INFO(0, buf)
183 ZEND_ARG_INFO(1, buf)
190 ZEND_ARG_INFO(0, buf)
197 ZEND_ARG_INFO(1, buf)
564 const char *buf; local
588 buf = NULL;
605 return (buf ? (char *) buf : "");
1624 zval_dtor(buf);
1625 ZVAL_NULL(buf);
1631 zval_dtor(buf);
[all …]
/PHP-7.0/ext/opcache/
H A Dzend_accelerator_util_funcs.h40 unsigned int zend_adler32(unsigned int checksum, signed char *buf, uint len);
/PHP-7.0/sapi/litespeed/
H A Dlsapilib.c95 uint32 buf[4]; member
3350 t = (uint32) ((unsigned) buf[3] << 8 | buf[2]) << 16 | in byteReverse()
3351 ((unsigned) buf[1] << 8 | buf[0]); in byteReverse()
3486 a = buf[0]; in lsapi_MD5Transform()
3487 b = buf[1]; in lsapi_MD5Transform()
3488 c = buf[2]; in lsapi_MD5Transform()
3489 d = buf[3]; in lsapi_MD5Transform()
3559 buf[0] += a; in lsapi_MD5Transform()
3560 buf[1] += b; in lsapi_MD5Transform()
3561 buf[2] += c; in lsapi_MD5Transform()
[all …]
H A Dlsapi_main.c238 char buf[128]; in litespeed_php_import_environment_variables() local
239 char **env, *p, *t = buf; in litespeed_php_import_environment_variables()
240 size_t alloc_size = sizeof(buf); in litespeed_php_import_environment_variables()
267 t = (t == buf ? emalloc(alloc_size): erealloc(t, alloc_size)); in litespeed_php_import_environment_variables()
273 if (t != buf && t != NULL) { in litespeed_php_import_environment_variables()
375 char buf[8192]; in sapi_lsapi_log_message() local
379 snprintf( buf, 8191, "%s\n", message ); in sapi_lsapi_log_message()
380 message = buf; in sapi_lsapi_log_message()
394 char buf[0x100];
395 vsnprintf(buf, sizeof(buf), fmt, ap);
[all …]
/PHP-7.0/ext/fileinfo/libmagic/
H A Dsoftmagic.c409 char buf[128], tbuf[26], sbuf[512]; in mprint() local
419 (void)snprintf(buf, sizeof(buf), "%d", in mprint()
441 (void)snprintf(buf, sizeof(buf), "%u", in mprint()
464 (void)snprintf(buf, sizeof(buf), "%u", (uint32_t) v); in mprint()
484 (void)snprintf(buf, sizeof(buf), "%" INT64_T_FORMAT "u", in mprint()
595 (void)snprintf(buf, sizeof(buf), "%g", vf); in mprint()
615 (void)snprintf(buf, sizeof(buf), "%g", vd); in mprint()
1090 const char *buf; /* start of search region */ in mcopy() local
1120 buf = RCAST(const char *, s) + offset; in mcopy()
1136 ms->search.s = buf; in mcopy()
[all …]
/PHP-7.0/ext/sysvsem/
H A Dsysvsem.c49 struct semid_ds *buf; /* buffer for IPC_STAT, IPC_SET */ member
374 struct semid_ds buf; local
386 un.buf = &buf;
/PHP-7.0/ext/intl/transliterator/
H A Dtransliterator_methods.c69 char *buf = NULL; in create_transliterator() local
71 spprintf( &buf, 0, "transliterator_create: unable to open ICU transliterator" in create_transliterator()
73 if( buf == NULL ) { in create_transliterator()
79 intl_error_set_custom_msg( NULL, buf, /* copy message */ 1 ); in create_transliterator()
80 efree( buf ); in create_transliterator()
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_io.h29 PHPDBG_API int phpdbg_consume_stdin_line(char *buf);
H A Dphpdbg_list.h45 char *buf; member
/PHP-7.0/ext/mbstring/oniguruma/enc/
H A Dutf32_be.c73 utf32be_code_to_mbc(OnigCodePoint code, UChar *buf) in utf32be_code_to_mbc() argument
75 UChar* p = buf; in utf32be_code_to_mbc()
H A Dutf32_le.c73 utf32le_code_to_mbc(OnigCodePoint code, UChar *buf) in utf32le_code_to_mbc() argument
75 UChar* p = buf; in utf32le_code_to_mbc()
/PHP-7.0/ext/mbstring/oniguruma/
H A Dtestc.c40 char buf[200]; in xx() local
45 regerror(r, &reg, buf, sizeof(buf)); in xx()
46 fprintf(err_file, "ERROR: %s\n", buf); in xx()
53 regerror(r, &reg, buf, sizeof(buf)); in xx()
54 fprintf(err_file, "ERROR: %s\n", buf); in xx()
/PHP-7.0/ext/mbstring/oniguruma/win32/
H A Dtestc.c40 char buf[200]; in xx() local
45 regerror(r, &reg, buf, sizeof(buf)); in xx()
46 fprintf(err_file, "ERROR: %s\n", buf); in xx()
53 regerror(r, &reg, buf, sizeof(buf)); in xx()
54 fprintf(err_file, "ERROR: %s\n", buf); in xx()
/PHP-7.0/Zend/
H A Dzend_interfaces.h76 ZEND_API int zend_user_unserialize(zval *object, zend_class_entry *ce, const unsigned char *buf, si…
79 …_unserialize_deny(zval *object, zend_class_entry *ce, const unsigned char *buf, size_t buf_len, ze…

Completed in 230 milliseconds

12345678910>>...14