Lines Matching refs:ptrs

5148 	Bucket **lists, *list, **ptrs, *p;  local
5232 ptrs = (Bucket **)safe_emalloc(arr_argc, sizeof(Bucket *), 0);
5251 ptrs[i] = list;
5291 while (Z_TYPE(ptrs[0]->val) != IS_UNDEF) {
5300 …while (Z_TYPE(ptrs[i]->val) != IS_UNDEF && (0 < (c = intersect_data_compare_func(ptrs[0], ptrs[i])…
5301 ptrs[i]++;
5304 …while (Z_TYPE(ptrs[i]->val) != IS_UNDEF && (0 < (c = intersect_key_compare_func(ptrs[0], ptrs[i]))…
5305 ptrs[i]++;
5307 …if ((!c && Z_TYPE(ptrs[i]->val) != IS_UNDEF) && (behavior == INTERSECT_ASSOC)) { /* only when INTE…
5316 if (intersect_data_compare_func(ptrs[0], ptrs[i]) != 0) {
5329 if (Z_TYPE(ptrs[i]->val) == IS_UNDEF) {
5334 p = ptrs[0]++;
5347 ptrs[i]++;
5353 p = ptrs[0];
5359 if (Z_TYPE((++ptrs[0])->val) == IS_UNDEF) {
5363 if (0 <= intersect_data_compare_func(ptrs[0], ptrs[i])) {
5375 if (Z_TYPE((++ptrs[0])->val) == IS_UNDEF) {
5379 if (intersect_data_compare_func(ptrs[0] - 1, ptrs[0])) {
5397 efree(ptrs);
5544 Bucket **lists, *list, **ptrs, *p; local
5627 ptrs = (Bucket **)safe_emalloc(arr_argc, sizeof(Bucket *), 0);
5646 ptrs[i] = list;
5681 while (Z_TYPE(ptrs[0]->val) != IS_UNDEF) {
5691 Bucket *ptr = ptrs[i];
5693 … while (Z_TYPE(ptrs[i]->val) != IS_UNDEF && (0 < (c = diff_data_compare_func(ptrs[0], ptrs[i])))) {
5694 ptrs[i]++;
5697 while (Z_TYPE(ptr->val) != IS_UNDEF && (0 != (c = diff_key_compare_func(ptrs[0], ptr)))) {
5703 if (Z_TYPE(ptrs[i]->val) != IS_UNDEF) {
5704 ptrs[i]++;
5715 if (diff_data_compare_func(ptrs[0], ptr) != 0) {
5741 p = ptrs[0];
5747 if (Z_TYPE((++ptrs[0])->val) == IS_UNDEF) {
5751 if (diff_data_compare_func(ptrs[0] - 1, ptrs[0])) {
5763 if (Z_TYPE((++ptrs[0])->val) == IS_UNDEF) {
5767 if (diff_data_compare_func(ptrs[0] - 1, ptrs[0])) {
5785 efree(ptrs);