Home
last modified time | relevance | path

Searched defs:code (Results 1 – 25 of 97) sorted by last modified time

1234

/PHP-5.5/
H A Dserver-tests.php218 function executeCode($php, $ini_overwrites, $code, $remove_headers=true, $cwd=NULL, $env=NULL)
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c3266 int LSAPI_ErrResponse_r( LSAPI_Request * pReq, int code, const char ** pRespHeaders, in LSAPI_ErrResponse_r()
H A Dlsapilib.h198 static inline int LSAPI_SetRespStatus_r( LSAPI_Request * pReq, int code ) in LSAPI_SetRespStatus_r()
346 static inline int LSAPI_SetRespStatus( int code ) in LSAPI_SetRespStatus()
349 static inline int LSAPI_ErrResponse( int code, const char ** pRespHeaders, const char * pBody, int … in LSAPI_ErrResponse()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c342 int code; member
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c200 int code; member
398 static const char *get_status_string(int code) /* {{{ */ in get_status_string()
418 static const char *get_template_string(int code) /* {{{ */ in get_template_string()
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c351 int code; member
/PHP-5.5/main/streams/
H A Dphp_stream_context.h93 #define php_stream_notify_info(context, code, xmsg, xcode) do { if ((context) && (context)->notifie… argument
116 #define php_stream_notify_error(context, code, xmsg, xcode) do { if ((context) && (context)->notifi… argument
/PHP-5.5/main/
H A Dnetwork.c115 static const char *php_gai_strerror(int code) in php_gai_strerror()
118 int code; in php_gai_strerror() member
H A DSAPI.c568 int code = 200; in sapi_extract_response_code() local
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.h243 XMLRPC_ERROR_CODE code; member
H A Dxmlrpc.c762 XMLRPC_ERROR_CODE code; in map_expat_errors() local
/PHP-5.5/ext/xml/
H A Dxml.c1526 long code; in PHP_FUNCTION() local
H A Dcompat.c728 XML_ErrorString(int code) in XML_ErrorString()
/PHP-5.5/ext/standard/
H A Dsoundex.c32 int i, _small, str_len, code, last; in PHP_FUNCTION() local
H A Dpack.c138 char code = format[i++]; in PHP_FUNCTION() local
249 int code = (int) formatcodes[i]; in PHP_FUNCTION() local
319 int code = (int) formatcodes[i]; in PHP_FUNCTION() local
H A Dhtml.c563 static inline int map_from_unicode(unsigned code, enum entity_charset charset, unsigned *res) in map_from_unicode()
685 static inline void map_to_unicode(unsigned code, const enc_to_uni *table, unsigned *res) in map_to_unicode()
864 …nline size_t write_octet_sequence(unsigned char *buf, enum entity_charset charset, unsigned code) { in write_octet_sequence()
943 unsigned code, code2 = 0; in traverse_for_entities() local
1650 unsigned code; in PHP_FUNCTION() local
/PHP-5.5/ext/spl/
H A Dspl.php264 protected $code; variable in Exception
284 function __construct($message = NULL, $code = 0) {
/PHP-5.5/ext/soap/
H A Dsoap.c851 zval *code = NULL, *details = NULL, *headerfault = NULL; in PHP_METHOD() local
2008 char *code, *string, *actor=NULL, *name=NULL; local
2113 static void soap_server_fault(char* code, char* string, char *actor, zval* details, char* name TSRM…
2162 char* code = SOAP_GLOBAL(error_code); local
2233 char* code = SOAP_GLOBAL(error_code); local
4017 xmlChar *code = xmlBuildQName(BAD_CAST(str), nsptr->prefix, NULL, 0); local
4043 xmlChar *code = xmlBuildQName(BAD_CAST(str), nsptr->prefix, NULL, 0); local
/PHP-5.5/ext/session/
H A Dphp_session.h260 #define PS_ENCODE_LOOP(code) do { \ argument
/PHP-5.5/ext/readline/
H A Dreadline_cli.c185 char *code; in cli_get_prompt() local
207 static int cli_is_valid_code(char *code, int len, char **prompt TSRMLS_DC) /* {{{ */ in cli_is_valid_code()
590 char *code = emalloc(size); in readline_shell_run() local
/PHP-5.5/ext/phar/
H A Dphar_object.c65 int code; in phar_mung_server_vars() local
165 …action(phar_archive_data *phar, phar_entry_info *info, char *mime_type, int code, char *entry, int… in phar_file_action()
571 int fname_len, entry_len, code, index_php_len = 0, not_cgi; in PHP_METHOD() local
/PHP-5.5/ext/pdo_odbc/
H A Dodbc_driver.c119 SQLINTEGER code; in pdo_odbc_error() local
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c937 smart_str code = {0}; in preg_do_eval() local
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeMIPS_common.c221 static SLJIT_INLINE sljit_ins* detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit… in detect_jump_type()
353 static __attribute__ ((noinline)) void sljit_cache_flush(void* code, void* code_ptr) in sljit_cache_flush()
362 sljit_ins *code; in sljit_generate_code() local
H A DsljitNativePPC_common.c248 static SLJIT_INLINE sljit_si detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit_i… in detect_jump_type()
320 sljit_ins *code; in sljit_generate_code() local

Completed in 227 milliseconds

1234