Home
last modified time | relevance | path

Searched refs:PHPAPI (Results 151 – 175 of 233) sorted by relevance

12345678910

/PHP-5.5/ext/standard/
H A Dfile.c889 PHPAPI PHP_FUNCTION(fclose) in PHP_FUNCTION()
981 PHPAPI PHP_FUNCTION(feof) in PHP_FUNCTION()
1002 PHPAPI PHP_FUNCTION(fgets) in PHP_FUNCTION()
1053 PHPAPI PHP_FUNCTION(fgetc) in PHP_FUNCTION()
1081 PHPAPI PHP_FUNCTION(fgetss) in PHP_FUNCTION()
1173 PHPAPI PHP_FUNCTION(fwrite) in PHP_FUNCTION()
1211 PHPAPI PHP_FUNCTION(fflush) in PHP_FUNCTION()
1233 PHPAPI PHP_FUNCTION(rewind) in PHP_FUNCTION()
1253 PHPAPI PHP_FUNCTION(ftell) in PHP_FUNCTION()
1275 PHPAPI PHP_FUNCTION(fseek) in PHP_FUNCTION()
[all …]
H A Dcredits.c28 PHPAPI void php_print_credits(int flag TSRMLS_DC) /* {{{ */ in php_print_credits()
H A Dquot_print.c54 PHPAPI unsigned char *php_quot_print_decode(const unsigned char *str, size_t length, size_t *ret_le… in php_quot_print_decode()
148 PHPAPI unsigned char *php_quot_print_encode(const unsigned char *str, size_t length, size_t *ret_le… in php_quot_print_encode()
H A Dmath.c139 PHPAPI double _php_math_round(double value, int places, int mode) { in _php_math_round()
794 PHPAPI long _php_math_basetolong(zval *arg, int base) in _php_math_basetolong()
839 PHPAPI int _php_math_basetozval(zval *arg, int base, zval *ret) in _php_math_basetozval()
903 PHPAPI char * _php_math_longtobase(zval *arg, int base) in _php_math_longtobase()
933 PHPAPI char * _php_math_zvaltobase(zval *arg, int base TSRMLS_DC) in _php_math_zvaltobase()
1095 PHPAPI char *_php_math_number_format(double d, int dec, char dec_point, char thousand_sep) in _php_math_number_format()
1221 PHPAPI char *_php_math_number_format_ex(double d, int dec, char *dec_point, in _php_math_number_format_ex()
H A Dmd5.c26 PHPAPI void make_digest(char *md5str, const unsigned char *digest) /* {{{ */ in make_digest()
32 PHPAPI void make_digest_ex(char *md5str, const unsigned char *digest, int len) /* {{{ */ in make_digest_ex()
294 PHPAPI void PHP_MD5Init(PHP_MD5_CTX *ctx) in PHP_MD5Init()
305 PHPAPI void PHP_MD5Update(PHP_MD5_CTX *ctx, const void *data, size_t size) in PHP_MD5Update()
340 PHPAPI void PHP_MD5Final(unsigned char *result, PHP_MD5_CTX *ctx) in PHP_MD5Final()
H A Dlcg.c55 PHPAPI double php_combined_lcg(TSRMLS_D) /* {{{ */ in php_combined_lcg()
H A Dversioning.c33 PHPAPI char *
126 PHPAPI int
H A Ddatetime.c54 PHPAPI char *php_std_date(time_t t TSRMLS_DC) in php_std_date()
H A Dexec.c103 PHPAPI int php_exec(int type, char *cmd, zval *array, zval *return_value TSRMLS_DC) in php_exec()
288 PHPAPI char *php_escape_shell_cmd(char *str) in php_escape_shell_cmd()
393 PHPAPI char *php_escape_shell_arg(char *str) in php_escape_shell_arg()
H A Dhead.c66 PHPAPI int php_header(TSRMLS_D) in php_header()
76 PHPAPI int php_setcookie(char *name, int name_len, char *value, int value_len, time_t expires, char… in php_setcookie()
/PHP-5.5/ext/json/
H A Dphp_json.h33 #define PHP_JSON_API PHPAPI
/PHP-5.5/ext/spl/
H A Dphp_spl.h88 PHPAPI void php_spl_object_hash(zval *obj, char* md5str TSRMLS_DC);
/PHP-5.5/win32/
H A Dsockets.c31 PHPAPI int socketpair(int domain, int type, int protocol, SOCKET sock[2]) in socketpair()
H A Dstrtoi64.c8 PHPAPI int64_t _strtoi64(const char *nptr, char **endptr, int base) in _strtoi64()
/PHP-5.5/sapi/apache2handler/
H A Dphp_apache.h88 # define AP_MODULE_DECLARE_DATA PHPAPI
/PHP-5.5/ext/sockets/
H A Dphp_sockets.h51 # define PHP_SOCKETS_API PHPAPI
/PHP-5.5/main/
H A Dinternal_functions_win32.c196 PHPAPI int php_register_internal_extensions(TSRMLS_D) in php_register_internal_extensions()
H A Drfc1867.h81 extern PHPAPI int (*php_rfc1867_callback)(unsigned int event, void *event_data, void **extra TSRMLS…
H A Dinternal_functions.c.in38 PHPAPI int php_register_internal_extensions(TSRMLS_D)
H A Dphp_globals.h30 extern PHPAPI int core_globals_id;
/PHP-5.5/main/streams/
H A Dcast.c200 PHPAPI int _php_stream_cast(php_stream *stream, int castas, void **ret, int show_err TSRMLS_DC) in _php_stream_cast()
354 PHPAPI FILE * _php_stream_open_wrapper_as_file(char *path, char *mode, int options, char **opened_p… in _php_stream_open_wrapper_as_file()
377 PHPAPI int _php_stream_make_seekable(php_stream *origstream, php_stream **newstream, int flags STRE… in _php_stream_make_seekable()
H A Dplain_wrapper.c58 PHPAPI int php_stream_parse_fopen_modes(const char *mode, int *open_flags) in php_stream_parse_fopen_modes()
187 PHPAPI php_stream *_php_stream_fopen_temporary_file(const char *dir, const char *pfx, char **opened… in _php_stream_fopen_temporary_file()
205 PHPAPI php_stream *_php_stream_fopen_tmpfile(int dummy STREAMS_DC TSRMLS_DC) in _php_stream_fopen_tmpfile()
231 PHPAPI php_stream *_php_stream_fopen_from_fd(int fd, const char *mode, const char *persistent_id ST… in _php_stream_fopen_from_fd()
270 PHPAPI php_stream *_php_stream_fopen_from_file(FILE *file, const char *mode STREAMS_DC TSRMLS_DC) in _php_stream_fopen_from_file()
302 PHPAPI php_stream *_php_stream_fopen_from_pipe(FILE *file, const char *mode STREAMS_DC TSRMLS_DC) in _php_stream_fopen_from_pipe()
833 PHPAPI php_stream_ops php_stream_stdio_ops = {
924 PHPAPI php_stream *_php_stream_fopen(const char *filename, const char *mode, char **opened_path, in… in _php_stream_fopen()
1389 PHPAPI php_stream *_php_stream_fopen_with_path(char *filename, char *mode, char *path, char **opene… in _php_stream_fopen_with_path()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_alloc.c45 PHPAPI const char * mysqlnd_debug_std_no_trace_funcs[] =
615 PHPAPI int _mysqlnd_sprintf(char ** pbuf, size_t max_len, const char *format, ...) in _mysqlnd_sprintf()
628 PHPAPI void _mysqlnd_sprintf_free(char * p) in _mysqlnd_sprintf_free()
635 PHPAPI int _mysqlnd_vsprintf(char ** pbuf, size_t max_len, const char * format, va_list ap) in _mysqlnd_vsprintf()
760 PHPAPI struct st_mysqlnd_allocator_methods mysqlnd_allocator =
H A Dmysqlnd_loaddata.c128 PHPAPI void
140 PHPAPI void
/PHP-5.5/
H A DUPGRADING.INTERNALS61 PHPAPI int php_stream_context_get_link(php_stream_context *context,
63 PHPAPI int php_stream_context_set_link(php_stream_context *context,
65 PHPAPI int php_stream_context_del_link(php_stream_context *context,

Completed in 61 milliseconds

12345678910