Home
last modified time | relevance | path

Searched refs:plist (Results 1 – 7 of 7) sorted by relevance

/PHP-7.0/ext/mbstring/oniguruma/
H A Dregenc.c842 resize_property_list(int new_size, const OnigCodePoint*** plist, int* psize) in resize_property_list() argument
845 const OnigCodePoint **list = *plist; in resize_property_list()
857 *plist = list; in resize_property_list()
865 hash_table_type **table, const OnigCodePoint*** plist, int *pnum, in onigenc_property_list_add_property() argument
874 r = resize_property_list(new_size, plist, psize); in onigenc_property_list_add_property()
878 (*plist)[*pnum] = prop; in onigenc_property_list_add_property()
H A Dregint.h824 …onst OnigCodePoint* prop, hash_table_type **table, const OnigCodePoint*** plist, int *pnum, int *p…
/PHP-7.0/ext/mysqli/
H A Dmysqli_nonapi.c71 mysqli_plist_entry *plist = NULL; local
168 plist = (mysqli_plist_entry *) le->ptr;
171 if (zend_ptr_stack_num_elements(&plist->free_links)) {
172 mysql->mysql = zend_ptr_stack_pop(&plist->free_links);
201 le.ptr = plist = calloc(1, sizeof(mysqli_plist_entry));
203 zend_ptr_stack_init_ex(&plist->free_links, 1);
H A Dmysqli.c99 mysqli_plist_entry *plist = (mysqli_plist_entry *)res->ptr; in ZEND_RSRC_DTOR_FUNC() local
100 zend_ptr_stack_clean(&plist->free_links, php_mysqli_dtor_p_elements, 0); in ZEND_RSRC_DTOR_FUNC()
101 zend_ptr_stack_destroy(&plist->free_links); in ZEND_RSRC_DTOR_FUNC()
102 free(plist); in ZEND_RSRC_DTOR_FUNC()
945 mysqli_plist_entry *plist = (mysqli_plist_entry *) le->ptr; in php_mysqli_persistent_helper_once() local
946 zend_ptr_stack_apply(&plist->free_links, php_mysqli_persistent_helper_for_every); in php_mysqli_persistent_helper_once()
H A Dmysqli_api.c689 mysqli_plist_entry *plist = (mysqli_plist_entry *) le->ptr; in php_mysqli_close() local
703 zend_ptr_stack_push(&plist->free_links, mysql->mysql); in php_mysqli_close()
/PHP-7.0/build/
H A Dshtool1480 if [ -f /System/Library/CoreServices/${name}Version.plist ]; then
/PHP-7.0/ext/mbstring/
H A Dmbstring.c1067 …ult_detect_order_list(enum mbfl_no_language lang, enum mbfl_no_encoding **plist, size_t *plist_siz… in php_mb_nls_get_default_detect_order_list() argument
1071 *plist = (enum mbfl_no_encoding *) php_mb_default_identify_list_neut; in php_mb_nls_get_default_detect_order_list()
1076 *plist = (enum mbfl_no_encoding *)php_mb_default_identify_list[i].list; in php_mb_nls_get_default_detect_order_list()

Completed in 135 milliseconds