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

  /external/dlmalloc/
malloc.c 2604 typedef struct malloc_state* mstate; typedef in typeref:struct:malloc_state
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/
dlmalloc.c 2095 typedef struct malloc_state* mstate; typedef in typeref:struct:malloc_state
    [all...]
closures.c 562 segment_holding_code (mstate m, char* addr)
  /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 108 static void mstate(struct Curl_easy *data, CURLMstate state function
114 CURLMstate oldstate = data->mstate;
130 data->mstate = state;
133 if(data->mstate >= CURLM_STATE_CONNECT_PEND &&
134 data->mstate < CURLM_STATE_COMPLETED) {
142 statename[oldstate], statename[data->mstate],
157 #define multistate(x,y) mstate(x,y)
159 #define multistate(x,y) mstate(x,y, __LINE__)
676 premature = (data->mstate < CURLM_STATE_COMPLETED) ? TRUE : FALSE;
693 data->mstate > CURLM_STATE_DO &
    [all...]
urldata.h 1778 CURLMstate mstate; \/* the handle's state *\/ member in struct:Curl_easy
    [all...]

Completed in 1134 milliseconds