Lines Matching refs:ptrs

5027 	Bucket **lists, *list, **ptrs, *p;  local
5111 ptrs = (Bucket **)safe_emalloc(arr_argc, sizeof(Bucket *), 0);
5130 ptrs[i] = list;
5170 while (Z_TYPE(ptrs[0]->val) != IS_UNDEF) {
5179 …while (Z_TYPE(ptrs[i]->val) != IS_UNDEF && (0 < (c = intersect_data_compare_func(ptrs[0], ptrs[i])…
5180 ptrs[i]++;
5183 …while (Z_TYPE(ptrs[i]->val) != IS_UNDEF && (0 < (c = intersect_key_compare_func(ptrs[0], ptrs[i]))…
5184 ptrs[i]++;
5186 …if ((!c && Z_TYPE(ptrs[i]->val) != IS_UNDEF) && (behavior == INTERSECT_ASSOC)) { /* only when INTE…
5195 if (intersect_data_compare_func(ptrs[0], ptrs[i]) != 0) {
5208 if (Z_TYPE(ptrs[i]->val) == IS_UNDEF) {
5213 p = ptrs[0]++;
5226 ptrs[i]++;
5232 p = ptrs[0];
5238 if (Z_TYPE((++ptrs[0])->val) == IS_UNDEF) {
5242 if (0 <= intersect_data_compare_func(ptrs[0], ptrs[i])) {
5254 if (Z_TYPE((++ptrs[0])->val) == IS_UNDEF) {
5258 if (intersect_data_compare_func(ptrs[0] - 1, ptrs[0])) {
5276 efree(ptrs);
5423 Bucket **lists, *list, **ptrs, *p; local
5506 ptrs = (Bucket **)safe_emalloc(arr_argc, sizeof(Bucket *), 0);
5525 ptrs[i] = list;
5560 while (Z_TYPE(ptrs[0]->val) != IS_UNDEF) {
5570 Bucket *ptr = ptrs[i];
5572 … while (Z_TYPE(ptrs[i]->val) != IS_UNDEF && (0 < (c = diff_data_compare_func(ptrs[0], ptrs[i])))) {
5573 ptrs[i]++;
5576 while (Z_TYPE(ptr->val) != IS_UNDEF && (0 != (c = diff_key_compare_func(ptrs[0], ptr)))) {
5582 if (Z_TYPE(ptrs[i]->val) != IS_UNDEF) {
5583 ptrs[i]++;
5594 if (diff_data_compare_func(ptrs[0], ptr) != 0) {
5620 p = ptrs[0];
5626 if (Z_TYPE((++ptrs[0])->val) == IS_UNDEF) {
5630 if (diff_data_compare_func(ptrs[0] - 1, ptrs[0])) {
5642 if (Z_TYPE((++ptrs[0])->val) == IS_UNDEF) {
5646 if (diff_data_compare_func(ptrs[0] - 1, ptrs[0])) {
5664 efree(ptrs);