Lines Matching refs:nApplyCount
80 unsigned char nApplyCount; member
313 if ((type == BP_VAR_W || type == BP_VAR_RW) && (ht->nApplyCount > 0)) { in spl_array_get_dimension_ptr_ptr()
450 if (ht->nApplyCount > 0) { in spl_array_write_dimension_ex()
461 if (ht->nApplyCount > 0) { in spl_array_write_dimension_ex()
473 if (ht->nApplyCount > 0) { in spl_array_write_dimension_ex()
487 if (ht->nApplyCount > 0) { in spl_array_write_dimension_ex()
521 if (ht->nApplyCount > 0) { in spl_array_unset_dimension_ex()
572 if (ht->nApplyCount > 0) { in spl_array_unset_dimension_ex()
784 if (intern->nApplyCount > 1) { in spl_array_get_properties()
788 intern->nApplyCount++; in spl_array_get_properties()
790 intern->nApplyCount--; in spl_array_get_properties()
816 if (intern->debug_info->nApplyCount == 0) { in spl_array_get_debug_info()
1452 aht->nApplyCount++; in spl_array_method()
1454 aht->nApplyCount--; in spl_array_method()
1462 aht->nApplyCount++; in spl_array_method()
1464 aht->nApplyCount--; in spl_array_method()
1472 aht->nApplyCount++; in spl_array_method()
1474 aht->nApplyCount--; in spl_array_method()
1761 if (aht->nApplyCount > 0) { in SPL_METHOD()