Home
last modified time | relevance | path

Searched defs:list (Results 1 – 18 of 18) sorted by relevance

/PHP-5.3/ext/spl/
H A Dspl_functions.c80 void spl_add_class_name(zval *list, zend_class_entry * pce, int allow, int ce_flags TSRMLS_DC) in spl_add_class_name()
96 void spl_add_interfaces(zval *list, zend_class_entry * pce, int allow, int ce_flags TSRMLS_DC) in spl_add_interfaces()
107 int spl_add_classes(zend_class_entry *pce, zval *list, int sub, int allow, int ce_flags TSRMLS_DC) in spl_add_classes()
H A Dphp_spl.c777 zval list; in PHP_MINFO_FUNCTION() local
/PHP-5.3/ext/odbc/
H A Dbirdstep.c227 static int birdstep_add_conn(HashTable *list,VConn *conn,HDBC hdbc) in birdstep_add_conn()
238 static VConn * birdstep_find_conn(HashTable *list,int ind) in birdstep_find_conn()
250 static void birdstep_del_conn(HashTable *list,int ind) in birdstep_del_conn()
255 static int birdstep_add_result(HashTable *list,Vresult *res,VConn *conn) in birdstep_add_result()
266 static Vresult * birdstep_find_result(HashTable *list,int ind) in birdstep_find_result()
278 static void birdstep_del_result(HashTable *list,int ind) in birdstep_del_result()
/PHP-5.3/ext/mbstring/
H A Dmbstring.c112 const enum mbfl_no_encoding* list; member
983 enum mbfl_no_encoding *list; in PHP_INI_MH() local
1007 enum mbfl_no_encoding *list; in PHP_INI_MH() local
1146 int *list, size; in PHP_INI_MH() local
1603 char *name, *list, *temp; in PHP_FUNCTION() local
1729 enum mbfl_no_encoding *list, *entry; in PHP_FUNCTION() local
2776 int size, *list; in php_mb_convert_encoding() local
3011 int size, *list; in PHP_FUNCTION() local
4583 enum mbfl_no_encoding *list; in php_mb_gpc_encoding_detector() local
4733 char *name, *list = NULL; in php_mb_set_zend_encoding() local
[all …]
/PHP-5.3/ext/mbstring/oniguruma/enc/
H A Dunicode.c3347 #define CR_SET(list) do { \ in onigenc_unicode_get_ctype_code_range() argument
/PHP-5.3/Zend/
H A Dzend_multibyte.c933 char *list = NULL; in zend_multibyte_assemble_encoding_list() local
968 zend_encoding **list, **entry, *encoding; in zend_multibyte_parse_encoding_list() local
1035 char *name, *list; in zend_multibyte_find_script_encoding() local
H A Dzend_vm_gen.php264 $list = array(); // list of opcode handlers and helpers in original order variable
/PHP-5.3/win32/build/
H A Dmkdist.php115 function copy_file_list($source_dir, $dest_dir, $list)
/PHP-5.3/ext/exif/
H A Dexif.c1365 union _image_info_value *list; member
1379 image_info_data *list; member
1499 file_section *list; member
1518 xp_field_type *list; member
1679 image_info_data *list; in exif_iif_add_value() local
1821 image_info_data *list; in exif_iif_add_int() local
1843 image_info_data *list; in exif_iif_add_str() local
1888 image_info_data *list; in exif_iif_add_buffer() local
/PHP-5.3/ext/xmlrpc/libxmlrpc/
H A Dqueue.c715 static void QuickSort(void *list[], int low, int high, in QuickSort()
H A Dxmlrpc_introspection.c80 static inline XMLRPC_VALUE find_named_value(XMLRPC_VALUE list, const char* needle) { in find_named_value()
/PHP-5.3/main/streams/
H A Dstreams.c153 zend_llist *list = NULL; in php_get_wrapper_errors_list() local
253 zend_llist *list = NULL; in php_stream_wrapper_log_error() local
/PHP-5.3/ext/standard/
H A Darray.c1835 PHPAPI HashTable* php_splice(HashTable *in_hash, int offset, int length, zval ***list, int list_cou… in php_splice()
2984 Bucket ***lists, **list, ***ptrs, *p; in php_array_intersect() local
3402 Bucket ***lists, **list, ***ptrs, *p; in php_array_diff() local
/PHP-5.3/ext/intl/locale/
H A Dlocale_methods.c109 static int16_t findOffset(const char* const* list, const char* key) in findOffset()
/PHP-5.3/ext/xmlrpc/
H A Dxmlrpc-epi-php.c341 static int add_zval(zval* list, const char* id, zval** val) in add_zval()
/PHP-5.3/ext/soap/
H A Dphp_encoding.c3139 smart_str list = {0}; in to_xml_list() local
3163 smart_str list = {0}; in to_xml_list() local
/PHP-5.3/ext/simplexml/
H A Dsimplexml.c988 static inline char * sxe_xmlNodeListGetString(xmlDocPtr doc, xmlNodePtr list, int inLine) /* {{{ */ in sxe_xmlNodeListGetString()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c15502 } list; member

Completed in 311 milliseconds