Home
last modified time | relevance | path

Searched defs:type (Results 126 – 150 of 213) sorted by relevance

123456789

/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)
/PHP-5.5/ext/pdo_mysql/
H A Dmysql_statement.c757 static char *type_to_name_native(int type) /* {{{ */
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.c1189 node_new_ctype(int type, int not) in node_new_ctype()
1259 onig_node_new_anchor(int type) in onig_node_new_anchor()
1366 node_new_enclose(int type) in node_new_enclose()
1383 onig_node_new_enclose(int type) in onig_node_new_enclose()
2270 enum TokenSyms type; member
4051 next_state_class(CClassNode* cc, OnigCodePoint* vs, enum CCVALTYPE* type, in next_state_class()
4076 enum CCVALTYPE intype, enum CCVALTYPE* type, in next_state_val()
4854 int type; member
H A Dregint.h217 #define PLATFORM_GET_INC(val,p,type) do{\ argument
224 #define PLATFORM_GET_INC(val,p,type) do{\ argument
679 int type; member
694 unsigned int type; member
/PHP-5.5/ext/sqlite3/
H A Dphp_sqlite3_structs.h44 long type; member
/PHP-5.5/sapi/fpm/fpm/
H A Dfastcgi.h57 unsigned char type; member
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapprentice.c165 const int type; member
263 int type; in get_standard_integer_type() local
2082 check_format_type(const char *ptr, int type) in check_format_type()
/PHP-5.5/ext/wddx/
H A Dwddx.c91 } type; member
568 int type; in php_wddx_serialize_array() local
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.h275 #define VCWD_POPEN(command, type) virtual_popen(command, type TSRMLS_CC) argument
311 #define VCWD_POPEN(command, type) popen(command, type) argument
/PHP-5.5/ext/hash/
H A Dhash.c600 long type; in PHP_FUNCTION() local
1046 long type; in PHP_MINFO_FUNCTION() local
/PHP-5.5/Zend/
H A Dzend_compile.h263 zend_uchar type; member
320 zend_uchar type; member
337 zend_uchar type; /* MUST be the first element of this struct! */ member
340 zend_uchar type; /* never used */ member
H A Dzend_object_handlers.c422 zval *zend_std_read_property(zval *object, zval *member, int type, const zend_literal *key TSRMLS_D… in zend_std_read_property()
717 static zval **zend_std_get_property_ptr_ptr(zval *object, zval *member, int type, const zend_litera… in zend_std_get_property_ptr_ptr()
H A Dzend_opcode.c51 void init_op_array(zend_op_array *op_array, zend_uchar type, int initial_ops_size TSRMLS_DC) in init_op_array()
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp178 Formattable::Type type, in umsg_parse_format() local
/PHP-5.5/ext/standard/
H A Dpack.c549 char type = *(format++); in PHP_FUNCTION() local
H A Durl_scanner_ex.c333 static inline void handle_val(STD_PARA, char quotes, char type) in handle_val()
H A Dstreamsfuncs.c52 long domain, type, protocol; in PHP_FUNCTION() local
663 int type; in stream_array_from_fd_set() local
/PHP-5.5/ext/pdo_firebird/
H A Dfirebird_statement.c215 #define FETCH_BUF(buf,type,len,lenvar) ((buf) = (buf) ? (buf) : \ argument
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c856 int type, link; in php_sybase_do_connect() local
1933 static char *php_sybase_get_field_name(CS_INT type) in php_sybase_get_field_name()
/PHP-5.5/ext/interbase/
H A Dphp_ibase_includes.h92 unsigned short type; member
/PHP-5.5/ext/oci8/
H A Doci8_lob.c896 int php_oci_lob_write_tmp (php_oci_descriptor *descriptor, long type, char *data, int data_len TSRM…
/PHP-5.5/ext/dom/
H A Dphp_dom.c306 static zval **dom_get_property_ptr_ptr(zval *object, zval *member, int type, const zend_literal *ke… in dom_get_property_ptr_ptr()
340 zval *dom_read_property(zval *object, zval *member, int type, const zend_literal *key TSRMLS_DC) in dom_read_property()
/PHP-5.5/ext/spl/
H A Dspl_directory.h71 SPL_FS_OBJ_TYPE type; member
/PHP-5.5/ext/com_dotnet/
H A Dcom_handlers.c32 static zval *com_property_read(zval *object, zval *member, int type, const zend_literal *key TSRMLS… in com_property_read()
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c392 static zval * sxe_property_read(zval *object, zval *member, int type, const zend_literal *key TSRML… in sxe_property_read()
703 SXE_ITER type; in sxe_property_get_adr() local
1772 static int cast_object(zval *object, int type, char *contents TSRMLS_DC) in cast_object()

Completed in 105 milliseconds

123456789