HomeSort by: relevance | last modified time | path
    Searched refs:mpc_realloc_str (Results 1 - 3 of 3) sorted by relevancy

  /src/external/lgpl3/mpc/dist/src/
mem.c 33 mpc_realloc_str (char * str, size_t oldlen, size_t newlen) function
inp_str.c 56 str = mpc_realloc_str (str, strsize, 2 * strsize);
62 str = mpc_realloc_str (str, strsize, nread + 1);
92 str = mpc_realloc_str (str, strsize, 2 * strsize);
98 str = mpc_realloc_str (str, strsize, nread + 1);
130 str = mpc_realloc_str (str, strsize, nread + 1);
142 str = mpc_realloc_str (str, strsize, nread + 2);
211 str = mpc_realloc_str (str, nread +2, nread + 3);
mpc-impl.h 188 __MPC_DECLSPEC char* mpc_realloc_str (char*, size_t, size_t);

Completed in 72 milliseconds