Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 213) sorted by last modified time

123456789

/PHP-5.5/win32/
H A Dregistry.c72 DWORD name_len, type, value_len; in LoadDirectory() local
H A Dsockets.c31 PHPAPI int socketpair(int domain, int type, int protocol, SOCKET sock[2]) in socketpair()
/PHP-5.5/win32/build/
H A Dconfutils.js200 function ConfigureArg(type, optname, helptext, defval) argument
H A Dprojectgen.js115 function generate_parsers_or_scanners(arr, type) argument
/PHP-5.5/scripts/dev/generate-phpt/src/
H A DgtTestCaseWriter.php9 public static function write($name, $string, $type, $count = 0) {
/PHP-5.5/scripts/dev/generate-phpt/src/testcase/
H A DgtBasicTestCase.php18 public static function getInstance($optionalSections, $type = 'function') {
H A DgtErrorTestCase.php19 public static function getInstance($optionalSections, $type = 'function') {
H A DgtVariationContainer.php28 public static function getInstance ($optionalSections, $type = 'function') {
H A DgtVariationTestCase.php17 public static function getInstance($optionalSections, $type = 'function') {
/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c621 int type = ZEND_INI_PERDIR; in alter_ini() local
H A Dlsapilib.c245 char type, int len ) in lsapi_buildPacketHeader()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_sockets.c36 int type; member
98 static int fpm_sockets_hash_op(int sock, struct sockaddr *sa, char *key, int type, int op) /* {{{ */ in fpm_sockets_hash_op()
349 int type, fd_no; in fpm_sockets_init_main() local
H A Dfastcgi.c364 static inline int fcgi_make_header(fcgi_header *hdr, fcgi_request_type type, int req_id, int len) in fcgi_make_header()
938 static inline fcgi_header* open_packet(fcgi_request *req, fcgi_request_type type)
986 ssize_t fcgi_write(fcgi_request *req, fcgi_request_type type, const char *str, int len)
H A Dfastcgi.h57 unsigned char type; member
H A Dfpm_cleanup.c13 int type; member
20 int fpm_cleanup_add(int type, void (*cleanup)(int, void *), void *arg) /* {{{ */ in fpm_cleanup_add() argument
38 void fpm_cleanups_run(int type) /* {{{ */ in fpm_cleanups_run()
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c149 } type; member
H A Dphp_http_parser.h116 unsigned char type : 2; member
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c102 int type; member
153 int sapi_stack_apply_with_argument_all(sapi_stack *stack, int type, int (*apply_function)(void *ele… in sapi_stack_apply_with_argument_all()
173 int sapi_stack_apply_with_argument_stop_if_equals(sapi_stack *stack, int type, int (*apply_function… in sapi_stack_apply_with_argument_stop_if_equals()
196 int sapi_stack_apply_with_argument_stop_if_http_error(sapi_stack *stack, int type, int (*apply_func… in sapi_stack_apply_with_argument_stop_if_http_error()
H A Dmod_php5.h42 long type; member
H A Dphp_apache.c716 long type = 0; in PHP_FUNCTION() local
965 char *type = NULL; in PHP_FUNCTION() local
/PHP-5.5/sapi/cgi/
H A Dfastcgi.c832 static inline int fcgi_make_header(fcgi_header *hdr, fcgi_request_type type, int req_id, int len) in fcgi_make_header()
1294 static inline fcgi_header* open_packet(fcgi_request *req, fcgi_request_type type)
1342 int fcgi_write(fcgi_request *req, fcgi_request_type type, const char *str, int len)
H A Dfastcgi.h74 unsigned char type; member
/PHP-5.5/sapi/apache/
H A Dmod_php5.c78 int type; member
/PHP-5.5/
H A Drun-tests.php2696 function junit_mark_test_as($type, $file_name, $test_name, $time = null, $message = '', $details = …
/PHP-5.5/main/
H A Dmain.c701 PHPAPI void php_verror(const char *docref, const char *params, int type, const char *format, va_lis… in php_verror()
877 PHPAPI void php_error_docref0(const char *docref TSRMLS_DC, int type, const char *format, ...) in php_error_docref0()
889 PHPAPI void php_error_docref1(const char *docref TSRMLS_DC, const char *param1, int type, const cha… in php_error_docref1()
901 …2(const char *docref TSRMLS_DC, const char *param1, const char *param2, int type, const char *form… in php_error_docref2()
946 static void php_error_cb(int type, const char *error_filename, const uint error_lineno, const char … in php_error_cb()

Completed in 96 milliseconds

123456789