Home
last modified time | relevance | path

Searched refs:PHPAPI (Results 226 – 233 of 233) sorted by path

12345678910

/PHP-5.5/win32/
H A Dsockets.c31 PHPAPI int socketpair(int domain, int type, int protocol, SOCKET sock[2]) in socketpair()
H A Dsockets.h26 PHPAPI int socketpair(int domain, int type, int protocol, SOCKET sock[2]);
H A Dstrtoi64.c8 PHPAPI int64_t _strtoi64(const char *nptr, char **endptr, int base) in _strtoi64()
H A Dtime.c80 PHPAPI int gettimeofday(struct timeval *time_Info, struct timezone *timezone_Info) in gettimeofday()
96 PHPAPI int usleep(unsigned int useconds) in usleep()
110 PHPAPI int nanosleep( const struct timespec * rqtp, struct timespec * rmtp ) in nanosleep()
148 PHPAPI int setitimer(int which, const struct itimerval *value, struct itimerval *ovalue)
H A Dtime.h45 PHPAPI extern int gettimeofday(struct timeval *time_Info, struct timezone *timezone_Info);
48 PHPAPI extern int setitimer(int which, const struct itimerval *value,
51 PHPAPI int nanosleep( const struct timespec * rqtp, struct timespec * rmtp );
53 PHPAPI int usleep(unsigned int useconds);
H A Dunistd.h3 PHPAPI int usleep(unsigned int useconds);
H A Dwinutil.c25 PHPAPI char *php_win32_error_to_msg(int error) in php_win32_error_to_msg()
80 PHPAPI int php_win32_get_random_bytes(unsigned char *buf, size_t size) { /* {{{ */ in php_win32_get_random_bytes()
H A Dwinutil.h19 PHPAPI char *php_win32_error_to_msg(int error);
23 PHPAPI php_win32_get_random_bytes(unsigned char *buf, size_t size);

Completed in 26 milliseconds

12345678910