Home
last modified time | relevance | path

Searched refs:dest_length_local (Results 1 – 3 of 3) sorted by relevance

/dports/biology/ncbi-toolkit/ncbi/connect/
H A Dncbi_lbos.c415 size_t dest_length_local = 0; /* not to handle if dest_length is NULL */ in g_LBOS_StringConcat() local
419 dest_length_local = *dest_length; in g_LBOS_StringConcat()
422 dest_length_local = 0; in g_LBOS_StringConcat()
423 } else if (dest_length_local == 0) { in g_LBOS_StringConcat()
424 dest_length_local = strlen(dest); in g_LBOS_StringConcat()
431 realloc_result = (char*)realloc(dest, dest_length_local + append_len + 1); in g_LBOS_StringConcat()
439 memcpy(dest + dest_length_local, to_append, append_len); in g_LBOS_StringConcat()
440 dest[dest_length_local + append_len] = '\0'; in g_LBOS_StringConcat()
441 dest_length_local += append_len; in g_LBOS_StringConcat()
443 *dest_length = dest_length_local; in g_LBOS_StringConcat()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/
H A Dncbi_lbos.c413 size_t dest_length_local = 0; /* not to handle if dest_length is NULL */ in g_LBOS_StringConcat() local
417 dest_length_local = *dest_length; in g_LBOS_StringConcat()
420 dest_length_local = 0; in g_LBOS_StringConcat()
421 } else if (dest_length_local == 0) { in g_LBOS_StringConcat()
422 dest_length_local = strlen(dest); in g_LBOS_StringConcat()
429 realloc_result = (char*)realloc(dest, dest_length_local + append_len + 1); in g_LBOS_StringConcat()
437 memcpy(dest + dest_length_local, to_append, append_len); in g_LBOS_StringConcat()
438 dest[dest_length_local + append_len] = '\0'; in g_LBOS_StringConcat()
439 dest_length_local += append_len; in g_LBOS_StringConcat()
441 *dest_length = dest_length_local; in g_LBOS_StringConcat()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/
H A Dncbi_lbos.c413 size_t dest_length_local = 0; /* not to handle if dest_length is NULL */ in g_LBOS_StringConcat() local
417 dest_length_local = *dest_length; in g_LBOS_StringConcat()
420 dest_length_local = 0; in g_LBOS_StringConcat()
421 } else if (dest_length_local == 0) { in g_LBOS_StringConcat()
422 dest_length_local = strlen(dest); in g_LBOS_StringConcat()
429 realloc_result = (char*)realloc(dest, dest_length_local + append_len + 1); in g_LBOS_StringConcat()
437 memcpy(dest + dest_length_local, to_append, append_len); in g_LBOS_StringConcat()
438 dest[dest_length_local + append_len] = '\0'; in g_LBOS_StringConcat()
439 dest_length_local += append_len; in g_LBOS_StringConcat()
441 *dest_length = dest_length_local; in g_LBOS_StringConcat()