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

  /external/dlmalloc/
malloc.c 2604 typedef struct malloc_state* mstate; typedef in typeref:struct:malloc_state
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-aarch64.h 172 enum mstate enum
179 void mapping_state (enum mstate);
183 enum mstate mapstate;
tc-arm.h 286 enum mstate enum
294 void mapping_state (enum mstate);
298 enum mstate mapstate;
tc-aarch64.c     [all...]
tc-arm.c     [all...]
  /external/curl/lib/
multi.c 106 static void mstate(struct Curl_easy *data, CURLMstate state function
112 CURLMstate oldstate = data->mstate;
128 data->mstate = state;
131 if(data->mstate >= CURLM_STATE_CONNECT_PEND &&
132 data->mstate < CURLM_STATE_COMPLETED) {
140 statename[oldstate], statename[data->mstate],
155 #define multistate(x,y) mstate(x,y)
157 #define multistate(x,y) mstate(x,y, __LINE__)
666 premature = (data->mstate < CURLM_STATE_COMPLETED) ? TRUE : FALSE;
683 data->mstate > CURLM_STATE_DO &
    [all...]
urldata.h 1714 CURLMstate mstate; \/* the handle's state *\/ member in struct:Curl_easy
    [all...]

Completed in 242 milliseconds