Home
last modified time | relevance | path

Searched refs:PHPAPI (Results 126 – 150 of 237) sorted by relevance

12345678910

/php-src/win32/
H A Dsockets.c27 PHPAPI int socketpair_win32(int domain, int type, int protocol, SOCKET sock[2], int overlapped) in socketpair_win32()
94 PHPAPI int socketpair(int domain, int type, int protocol, SOCKET sock[2]) in socketpair()
H A Dfnmatch.h51 PHPAPI int fnmatch(const char *pattern, const char *string, int flags);
H A Dselect.h22 PHPAPI int php_select(php_socket_t max_fd, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval…
H A Dnice.c62 PHPAPI int nice(zend_long p) in nice()
/php-src/ext/standard/
H A Dpageinfo.c51 PHPAPI void php_statpage(void) in php_statpage()
147 PHPAPI time_t php_getlastmod(void) in php_getlastmod()
H A Dimage.c36 PHPAPI const char php_sig_gif[3] = {'G', 'I', 'F'};
37 PHPAPI const char php_sig_psd[4] = {'8', 'B', 'P', 'S'};
38 PHPAPI const char php_sig_bmp[2] = {'B', 'M'};
39 PHPAPI const char php_sig_swf[3] = {'F', 'W', 'S'};
40 PHPAPI const char php_sig_swc[3] = {'C', 'W', 'S'};
44 PHPAPI const char php_sig_tif_ii[4] = {'I','I', (char)0x2A, (char)0x00};
45 PHPAPI const char php_sig_tif_mm[4] = {'M','M', (char)0x00, (char)0x2A};
50 PHPAPI const char php_sig_iff[4] = {'F','O','R','M'};
52 PHPAPI const char php_sig_riff[4] = {'R', 'I', 'F', 'F'};
53 PHPAPI const char php_sig_webp[4] = {'W', 'E', 'B', 'P'};
[all …]
H A Dflock_compat.c22 PHPAPI int flock(int fd, int operation) in flock()
28 PHPAPI int php_flock(int fd, int operation) in php_flock()
H A Dcredits.h36 PHPAPI void php_print_credits(int flag);
H A Dphp_crypt.h22 PHPAPI zend_string *php_crypt(const char *password, const int pass_len, const char *salt, int salt_…
H A Dphp_http.h24 PHPAPI void php_url_encode_hash_ex(HashTable *ht, smart_str *formstr,
H A Dphp_assert.h34 extern PHPAPI zend_class_entry *assertion_error_ce;
H A Dcss.c20 PHPAPI ZEND_COLD void php_info_print_css(void) /* {{{ */ in php_info_print_css()
H A Dphp_crypt_r.h28 PHPAPI char *php_crypt_r (const char *__key, const char *__salt, struct php_crypt_extended_data * _…
/php-src/ext/random/
H A Dphp_random_zend_utils.h32 ZEND_ATTRIBUTE_NONNULL PHPAPI void php_random_bytes_insecure_for_zend(
H A Dengine_pcgoneseq128xslrr64.c38 PHPAPI inline void php_random_pcgoneseq128xslrr64_seed128(php_random_status_state_pcgoneseq128xslrr… in php_random_pcgoneseq128xslrr64_seed128()
108 PHPAPI const php_random_algo php_random_algo_pcgoneseq128xslrr64 = {
117 PHPAPI void php_random_pcgoneseq128xslrr64_advance(php_random_status_state_pcgoneseq128xslrr64 *sta… in php_random_pcgoneseq128xslrr64_advance()
H A Dengine_secure.c49 PHPAPI const php_random_algo php_random_algo_secure = {
/php-src/main/
H A Dphp_globals.h28 extern PHPAPI int core_globals_id;
29 extern PHPAPI size_t core_globals_offset;
H A Dfopen_wrappers.c74 PHPAPI ZEND_INI_MH(OnUpdateBaseDir) in ZEND_INI_MH()
142 PHPAPI int php_check_specific_open_basedir(const char *basedir, const char *path)
285 PHPAPI int php_check_open_basedir(const char *path)
291 PHPAPI int php_check_open_basedir_ex(const char *path, int warn)
360 PHPAPI int php_fopen_primary_script(zend_file_handle *file_handle)
500 PHPAPI zend_string *php_resolve_path(const char *filename, size_t filename_length, const char *path)
647 PHPAPI FILE *php_fopen_with_path(const char *filename, const char *mode, const char *path, zend_str…
728 PHPAPI char *php_strip_url_passwd(char *url)
767 PHPAPI char *expand_filepath(const char *filepath, char *real_path)
774 PHPAPI char *expand_filepath_ex(const char *filepath, char *real_path, const char *relative_to, siz…
[all …]
H A Dphp_open_temporary_file.c235 PHPAPI const char* php_get_temporary_directory(void) in php_get_temporary_directory()
317 PHPAPI int php_open_temporary_fd_ex(const char *dir, const char *pfx, zend_string **opened_path_p, … in php_open_temporary_fd_ex()
358 PHPAPI int php_open_temporary_fd(const char *dir, const char *pfx, zend_string **opened_path_p) in php_open_temporary_fd()
363 PHPAPI FILE *php_open_temporary_file(const char *dir, const char *pfx, zend_string **opened_path_p) in php_open_temporary_file()
H A Dstrlcpy.c62 PHPAPI size_t php_strlcpy(char *dst, const char *src, size_t siz) in php_strlcpy()
H A Dsafe_bcmp.c26 PHPAPI int php_safe_bcmp(const zend_string *a, const zend_string *b) in php_safe_bcmp()
H A Dexplicit_bzero.c29 PHPAPI void php_explicit_bzero(void *dst, size_t siz) in php_explicit_bzero()
H A Dsnprintf.c213 PHPAPI char * ap_php_conv_10(int64_t num, bool is_unsigned, in ap_php_conv_10()
271 PHPAPI char * php_conv_fp(char format, double num, in php_conv_fp()
376 PHPAPI char * ap_php_conv_p2(uint64_t num, int nbits, char format, char *buf_end, size_t *len) /* {… in ap_php_conv_p2()
1102 PHPAPI int ap_php_slprintf(char *buf, size_t len, const char *format,...) /* {{{ */ in ap_php_slprintf()
1118 PHPAPI int ap_php_vslprintf(char *buf, size_t len, const char *format, va_list ap) /* {{{ */ in ap_php_vslprintf()
1129 PHPAPI int ap_php_snprintf(char *buf, size_t len, const char *format,...) /* {{{ */ in ap_php_snprintf()
1141 PHPAPI int ap_php_vsnprintf(char *buf, size_t len, const char *format, va_list ap) /* {{{ */ in ap_php_vsnprintf()
1148 PHPAPI int ap_php_vasprintf(char **buf, const char *format, va_list ap) /* {{{ */ in ap_php_vasprintf()
1172 PHPAPI int ap_php_asprintf(char **buf, const char *format, ...) /* {{{ */ in ap_php_asprintf()
H A Dstrlcat.c64 PHPAPI size_t php_strlcat(char *dst, const char *src, size_t siz) in php_strlcat()
/php-src/ext/spl/
H A Dphp_spl.h33 PHPAPI zend_string *php_spl_object_hash(zend_object *obj);

Completed in 54 milliseconds

12345678910