Home
last modified time | relevance | path

Searched defs:code (Results 51 – 75 of 95) sorted by relevance

1234

/PHP-5.4/ext/com_dotnet/
H A Dcom_misc.c32 void php_com_throw_exception(HRESULT code, char *message TSRMLS_DC) in php_com_throw_exception()
/PHP-5.4/ext/mbstring/oniguruma/enc/
H A Dunicode.c3272 onigenc_unicode_is_code_ctype(OnigCodePoint code, unsigned int ctype) in onigenc_unicode_is_code_ctype()
/PHP-5.4/ext/standard/
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
1645 unsigned code; in PHP_FUNCTION() local
/PHP-5.4/sapi/litespeed/
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.4/ext/mbstring/oniguruma/
H A Dregsyntax.c209 unsigned int what, OnigCodePoint code) in onig_set_meta_char()
H A Dregposix.c56 onig2posix_error_code(int code) in onig2posix_error_code()
H A Dregint.h392 #define DIGITVAL(code) ((code) - '0') argument
393 #define ODIGITVAL(code) DIGITVAL(code) argument
394 #define XDIGITVAL(enc,code) \ argument
701 #define GET_CODE_POINT(code,p) code = *((OnigCodePoint* )(p)) argument
755 #define IS_MC_ESC_CODE(code, enc, syn) \ argument
H A Dregexec.c1354 onig_is_in_code_range(const UChar* p, OnigCodePoint code) in onig_is_in_code_range()
1375 is_code_in_cc(int enclen, OnigCodePoint code, CClassNode* cc) in is_code_in_cc()
1398 onig_is_code_in_cc(OnigEncoding enc, OnigCodePoint code, CClassNode* cc) in onig_is_code_in_cc()
1841 OnigCodePoint code; in match_at() local
1902 OnigCodePoint code; in match_at() local
1951 OnigCodePoint code; in match_at() local
/PHP-5.4/Zend/
H A Dzend_exceptions.c197 long code = 0; in ZEND_METHOD() local
253 long code = 0, severity = E_ERROR, lineno; in ZEND_METHOD() local
866 ZEND_API zval * zend_throw_error_exception(zend_class_entry *exception_ce, char *message, long code in zend_throw_error_exception()
/PHP-5.4/ext/fileinfo/libmagic/
H A Dencoding.c68 …st unsigned char *buf, size_t nbytes, unichar **ubuf, size_t *ulen, const char **code, const char … in file_encoding()
H A Dfuncs.c169 const char *code = NULL; in file_buffer() local
/PHP-5.4/ext/gd/libgd/
H A Dgdkanji.c344 do_convert (unsigned char *to, unsigned char *from, const char *code) in do_convert()
H A Dgd_gif_out.c610 output(code_int code, GifCtx *ctx)
/PHP-5.4/main/
H A Dnetwork.c113 static const char *php_gai_strerror(int code) in php_gai_strerror()
116 int code; in php_gai_strerror() member
H A DSAPI.c568 int code = 200; in sapi_extract_response_code() local
/PHP-5.4/ext/soap/
H A Dsoap.c845 zval *code = NULL, *details = NULL, *headerfault = NULL; in PHP_METHOD() local
2002 char *code, *string, *actor=NULL, *name=NULL; local
2108 static void soap_server_fault(char* code, char* string, char *actor, zval* details, char* name TSRM…
2157 char* code = SOAP_GLOBAL(error_code); local
2228 char* code = SOAP_GLOBAL(error_code); local
3998 xmlChar *code = xmlBuildQName(BAD_CAST(str), nsptr->prefix, NULL, 0); local
4024 xmlChar *code = xmlBuildQName(BAD_CAST(str), nsptr->prefix, NULL, 0); local
/PHP-5.4/ext/pdo_odbc/
H A Dodbc_driver.c119 SQLINTEGER code; in pdo_odbc_error() local
/PHP-5.4/ext/spl/
H A Dspl.php264 protected $code; variable in Exception
284 function __construct($message = NULL, $code = 0) {
/PHP-5.4/ext/interbase/
H A Dphp_ibase_udf.c146 char *code = pemalloc(remaining+1, 1); in exec_php() local
/PHP-5.4/ext/pcre/pcrelib/sljit/
H A DsljitLir.c445 SLJIT_API_FUNC_ATTRIBUTE void sljit_free_code(void* code) in sljit_free_code()
451 SLJIT_API_FUNC_ATTRIBUTE void sljit_free_code(void* code) in sljit_free_code()
458 SLJIT_API_FUNC_ATTRIBUTE void sljit_free_code(void* code) in sljit_free_code()
1750 SLJIT_API_FUNC_ATTRIBUTE void sljit_free_code(void* code) in sljit_free_code()
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 DsljitNativeSPARC_common.c198 static SLJIT_INLINE sljit_ins* detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit… in detect_jump_type()
274 sljit_ins *code; in sljit_generate_code() local
/PHP-5.4/ext/curl/
H A Dinterface.c2548 long code = 0; in PHP_FUNCTION() local
2570 double code = 0.0; in PHP_FUNCTION() local
/PHP-5.4/
H A Dserver-tests.php218 function executeCode($php, $ini_overwrites, $code, $remove_headers=true, $cwd=NULL, $env=NULL)
/PHP-5.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.h243 XMLRPC_ERROR_CODE code; member

Completed in 135 milliseconds

1234