Searched refs:pdest (Results 1 – 4 of 4) sorted by relevance
1713 IndexType *pdest ; /* destination pointer */ in garbage_collection() local1721 pdest = &A[0] ; in garbage_collection()1729 COLAMD_ASSERT (pdest <= psrc) ; in garbage_collection()1730 Col [c].start = (IndexType) (pdest - &A [0]) ; in garbage_collection()1737 *pdest++ = r ; in garbage_collection()1740 Col [c].length = (IndexType) (pdest - &A [Col [c].start]) ; in garbage_collection()1771 psrc = pdest ; in garbage_collection()1786 COLAMD_ASSERT (pdest <= psrc) ; in garbage_collection()1787 Row [r].start = (IndexType) (pdest - &A [0]) ; in garbage_collection()1794 *pdest++ = c ; in garbage_collection()[all …]
338 static int int_x509_param_set1(char **pdest, size_t *pdestlen, in int_x509_param_set1() argument353 if (*pdest) in int_x509_param_set1()354 OPENSSL_free(*pdest); in int_x509_param_set1()355 *pdest = tmp; in int_x509_param_set1()
4436 void arg_cat(char * *pdest, const char *src, size_t *pndest) in arg_cat() argument4438 char *dest = *pdest; in arg_cat()4454 *pdest = dest; in arg_cat()
2704 function _strncat(pdest, psrc, num) { argument2705 var len = _strlen(pdest);2708 HEAP8[((pdest+len+i)|0)]=HEAP8[((psrc+i)|0)];2709 if (HEAP8[(((pdest)+(len+i))|0)] == 0) break;2712 HEAP8[(((pdest)+(len+i))|0)]=02716 return pdest;