HomeSort by relevance Sort by last modified time
    Searched refs:mm_strdup (Results 1 - 7 of 7) sorted by null

  /external/libevent/
mm-internal.h 72 #define mm_strdup(s) event_mm_strdup_(s) macro
78 #define mm_strdup(s) strdup(s) macro
http.c     [all...]
evrpc.c 839 ctx->name = mm_strdup(rpcname);
1041 meta->key = mm_strdup(key);
1114 rpc->uri = mm_strdup(name);
evdns.c     [all...]
evutil.c 1186 res->ai_canonname = mm_strdup(ent->h_name);
    [all...]
event.c 1144 if ((entry->avoid_method = mm_strdup(method)) == NULL) {
    [all...]
  /external/libevent/test/
regress_util.c 443 cp = mm_strdup(s); \
1216 /* mm_strdup(NULL) should set errno = EINVAL and return NULL. */
1218 p = mm_strdup(NULL);
1226 p = mm_strdup("");
1233 p = mm_strdup("foo");
1240 * mm_strdup(str) where str is a string of length EV_SIZE_MAX
    [all...]

Completed in 51 milliseconds