Home
last modified time | relevance | path

Searched defs:type (Results 51 – 75 of 213) sorted by relevance

123456789

/PHP-5.5/ext/xmlreader/
H A Dphp_xmlreader.c53 int type; member
116 zval **xmlreader_get_property_ptr_ptr(zval *object, zval *member, int type, const zend_literal *key… in xmlreader_get_property_ptr_ptr()
150 zval *xmlreader_read_property(zval *object, zval *member, int type, const zend_literal *key TSRMLS_… in xmlreader_read_property()
278 static xmlRelaxNGPtr _xmlreader_get_relaxNG(char *source, int source_len, int type, in _xmlreader_get_relaxNG()
490 static void php_xmlreader_set_relaxng_schema(INTERNAL_FUNCTION_PARAMETERS, int type) { in php_xmlreader_set_relaxng_schema()
/PHP-5.5/ext/opcache/
H A DZendAccelerator.h102 # define FLOCK_STRUCTURE(name, type, whence, start, len) \ argument
105 # define FLOCK_STRUCTURE(name, type, whence, start, len) \ argument
108 # define FLOCK_STRUCTURE(name, type, whence, start, len) \ argument
112 # define FLOCK_STRUCTURE(name, type, whence, start, len) \ argument
115 # define FLOCK_STRUCTURE(name, type, whence, start, len) \ argument
119 # define FLOCK_STRUCTURE(name, type, whence, start, len) \ argument
122 # define FLOCK_STRUCTURE(name, type, whence, start, len) \ argument
/PHP-5.5/TSRM/
H A Dtsrm_nw.c53 TSRM_API FILE* popen(const char *commandline, const char *type)
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c470 int i, nument, type; in _close_odbc_conn() local
499 int i, nument, type; in _close_odbc_pconn() local
1038 void odbc_transact(INTERNAL_FUNCTION_PARAMETERS, int type) in odbc_transact()
1072 void odbc_column_lengths(INTERNAL_FUNCTION_PARAMETERS, int type) in odbc_column_lengths()
1123 int type; in PHP_FUNCTION() local
2656 int type, conn_id; in odbc_do_connect() local
2711 int type; in PHP_FUNCTION() local
3116 char *cat = NULL, *schema = NULL, *table = NULL, *type = NULL; in PHP_FUNCTION() local
3650 SQLUSMALLINT type, scope, nullable; in PHP_FUNCTION() local
/PHP-5.5/ext/intl/doc/
H A Ddatefmt_api.php169 public function getLocale($type = ULOC_ACTUAL_LOCALE) {}
357 function datefmt_get_locale($fmt , $type = ULOC_ACTUAL_LOCALE) {}
/PHP-5.5/ext/dom/
H A Dxpath.c75 static void dom_xpath_ext_function_php(xmlXPathParserContextPtr ctxt, int nargs, int type) /* {{{ */ in dom_xpath_ext_function_php()
386 static void php_xpath_eval(INTERNAL_FUNCTION_PARAMETERS, int type) /* {{{ */ in php_xpath_eval()
/PHP-5.5/ext/sockets/
H A Dsendrecvmsg.c97 #define PUT_ENTRY(sizev, var_size, calc, from, to, level, type) \ in init_ancillary_registry() argument
276 type, in PHP_FUNCTION() local
H A Dphp_sockets.h59 int type; member
/PHP-5.5/ext/mbstring/oniguruma/
H A Dst.h25 struct st_hash_type *type; member
/PHP-5.5/ext/interbase/
H A Dinterbase.c555 int type; in _php_ibase_get_link_trans() local
943 int type; in _php_ibase_connect() local
1317 int type; in _php_ibase_trans_end() local
/PHP-5.5/ext/standard/
H A Dhttp.c32 zval *type, char *arg_sep, int enc_type TSRMLS_DC) in php_url_encode_hash_ex()
/PHP-5.5/Zend/
H A Dzend_modules.h98 unsigned char type; member
122 unsigned char type; /* dependency type */ member
H A Dzend_closures.c201 static zval *zend_closure_read_property(zval *object, zval *member, int type, const zend_literal *k… in zend_closure_read_property()
215 static zval **zend_closure_get_property_ptr_ptr(zval *object, zval *member, int type, const zend_li… in zend_closure_get_property_ptr_ptr()
/PHP-5.5/ext/oci8/
H A Dphp_oci8_int.h153 ub4 type; /* descriptor type (FILE/LOB) */ member
184 ub4 type; /* define type */ member
212 ub2 type; /* bind type */ member
220 long type; member
344 #define PHP_OCI_FETCH_RESOURCE_EX(zval, var, type, name, resource_type) \ argument
H A Doci8_interface.c55 long type = 0; in PHP_FUNCTION() local
102 long maxlen = -1, type = 0; in PHP_FUNCTION() local
132 long type = SQLT_AFC; in PHP_FUNCTION() local
1013 long type = OCI_TEMP_CLOB; local
1074 long type = OCI_DTYPE_LOB; local
2044 ub2 type; local
/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()
/PHP-5.5/ext/dba/
H A Ddba_db2.c50 DBTYPE type; in DBA_OPEN_FUNC() local
/PHP-5.5/ext/json/
H A Djson.c415 int type; in json_escape_string() local
694 int type, overflow_info; in php_json_decode_ex() local
/PHP-5.5/sapi/fpm/fpm/
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)
/PHP-5.5/ext/gd/libgd/
H A Dxbm.c37 char *type; in gdImageCreateFromXbm() local
/PHP-5.5/ext/simplexml/
H A Dphp_simplexml.h67 SXE_ITER type; member
/PHP-5.5/ext/curl/
H A Dinterface.c1678 static int curl_debug(CURL *cp, curl_infotype type, char *buf, size_t buf_len, void *ctx) /* {{{ */ in curl_debug()
2380 int type; in _php_curl_setopt() local
2621 char *type = NULL, *filename = NULL; in _php_curl_setopt() local
2665 char *type, *filename; in _php_curl_setopt() local
3168 int type = CURLINFO_TYPEMASK & option; in PHP_FUNCTION() local
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativePPC_64.c38 #define RLDI(dst, src, sh, mb, type) \ argument
/PHP-5.5/win32/build/
H A Dprojectgen.js115 function generate_parsers_or_scanners(arr, type) argument
/PHP-5.5/ext/mssql/
H A Dphp_mssql.c764 int type,link; in php_mssql_do_connect() local
1140 int i, num_rets, type; local
1636 static char *php_mssql_get_field_name(int type)
2016 long type = 0, maxlen = -1; local

Completed in 114 milliseconds

123456789